#767233

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

Shades of Crete #767233

Tints of Crete #767233

Color information

#767233 (or 0x767233) is unknown color: approx Crete. HEX triplet: 76, 72 and 33. RGB value is (118,114,51). Sum of RGB (Red+Green+Blue) = 118+114+51=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #767233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767233 is #898DCC. Grayscale: #6C6C6C. Windows color (decimal): -9014733 or 3371638. OLE color: 3371638.

HSL color Cylindrical-coordinate representation of color #767233: hue angle of 56.42º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #767233 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB11811451-
CMYK00.030.570.54
HSL56.42º39.64%33.14%-
HSV(B)56.42º56.78%46.27%-
XYZ14.0916.135.5-
YUV108.0195.83135.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=41.70%
G=40.28%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181145100.030.570.5456.4239.6433.14
Hex767233033936382821
Octal16616263037166705041
Binary11101101110010110011011111001110110111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767233; }

 p { color: rgb(118,114,51); }

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

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

 a { background-color: rgb(118,114,51); }

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

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

 span { border-color: rgb(118,114,51); }

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