#75722F

Color #75722F Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #75722F

Tints of Crete #75722F

Color information

#75722F (or 0x75722F) is unknown color: approx Crete. HEX triplet: 75, 72 and 2F. RGB value is (117,114,47). Sum of RGB (Red+Green+Blue) = 117+114+47=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75722F is #8A8DD0. Grayscale: #6B6B6B. Windows color (decimal): -9080273 or 3109493. OLE color: 3109493.

HSL color Cylindrical-coordinate representation of color #75722F: hue angle of 57.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75722F is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11711447-
CMYK00.030.600.54
HSL57.43º42.68%32.16%-
HSV(B)57.43º59.83%45.88%-
XYZ13.8716.025.05-
YUV107.2693.99134.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=42.09%
G=41.01%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171144700.030.600.5457.4342.6832.16
Hex75722F033C36392b20
Octal16516257037466715340
Binary11101011110010101111011111100110110111001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75722F; }

 p { color: rgb(117,114,47); }

 H1.HeaderClassName
 {
   color: #75722F;
 }
 .AnyTagClassName
 {
   color: #75722F;
 }
</style>
background-color css

<style>
 a { background-color: #75722F; }

 a { background-color: rgb(117,114,47); }

 div.DivClassName
 {
   background-color: #75722F;
 }
 .BgClassName
 {
   background-color: #75722F;
 }
</style>
border-color css

<style>
 span { border-color: #75722F; }

 span { border-color: rgb(117,114,47); }

 td.TdClassName
 {
   border-color: #75722F;
 }
 .TagClassName
 {
   border-color: #75722F;
 }
</style>