#767235

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

Shades of Crete #767235

Tints of Crete #767235

Color information

#767235 (or 0x767235) is unknown color: approx Crete. HEX triplet: 76, 72 and 35. RGB value is (118,114,53). Sum of RGB (Red+Green+Blue) = 118+114+53=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #767235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767235 is #898DCA. Grayscale: #6C6C6C. Windows color (decimal): -9014731 or 3502710. OLE color: 3502710.

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

Color convert

RGB11811453-
CMYK00.030.550.54
HSL56.31º38.01%33.53%-
HSV(B)56.31º55.08%46.27%-
XYZ14.1316.145.74-
YUV108.2496.83134.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=41.40%
G=40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181145300.030.550.5456.3138.0133.53
Hex767235033736382622
Octal16616265036766704642
Binary11101101110010110101011110111110110111000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767235; }

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

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

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

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

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

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

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

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