#767533

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

Shades of Crete #767533

Tints of Crete #767533

Color information

#767533 (or 0x767533) is unknown color: approx Crete. HEX triplet: 76, 75 and 33. RGB value is (118,117,51). Sum of RGB (Red+Green+Blue) = 118+117+51=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #767533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767533 is #898ACC. Grayscale: #6E6E6E. Windows color (decimal): -9013965 or 3372406. OLE color: 3372406.

HSL color Cylindrical-coordinate representation of color #767533: hue angle of 59.1º 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 #767533 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB11811751-
CMYK00.010.570.54
HSL59.1º39.64%33.14%-
HSV(B)59.1º56.78%46.27%-
XYZ14.4316.815.62-
YUV109.7894.83133.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=41.26%
G=40.91%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181175100.010.570.5459.139.6433.14
Hex7675330139363b2821
Octal16616563017166735041
Binary1110110111010111001101111001110110111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767533; }

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

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

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

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

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

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

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

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