#767231

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

Shades of Crete #767231

Tints of Crete #767231

Color information

#767231 (or 0x767231) is unknown color: approx Crete. HEX triplet: 76, 72 and 31. RGB value is (118,114,49). Sum of RGB (Red+Green+Blue) = 118+114+49=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #767231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767231 is #898DCE. Grayscale: #6C6C6C. Windows color (decimal): -9014735 or 3240566. OLE color: 3240566.

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

Color convert

RGB11811449-
CMYK00.030.580.54
HSL56.52º41.32%32.75%-
HSV(B)56.52º58.47%46.27%-
XYZ14.0416.115.27-
YUV107.7994.83135.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=41.99%
G=40.57%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181144900.030.580.5456.5241.3232.75
Hex767231033A36392921
Octal16616261037266715141
Binary11101101110010110001011111010110110111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767231; }

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

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

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

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

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

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

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

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