#767035

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

Shades of Crete #767035

Tints of Crete #767035

Color information

#767035 (or 0x767035) is unknown color: approx Crete. HEX triplet: 76, 70 and 35. RGB value is (118,112,53). Sum of RGB (Red+Green+Blue) = 118+112+53=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #767035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767035 is #898FCA. Grayscale: #6B6B6B. Windows color (decimal): -9015243 or 3502198. OLE color: 3502198.

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

Color convert

RGB11811253-
CMYK00.050.550.54
HSL54.46º38.01%33.53%-
HSV(B)54.46º55.08%46.27%-
XYZ13.9115.75.66-
YUV107.0797.49135.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=41.70%
G=39.58%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181125300.050.550.5454.4638.0133.53
Hex767035053736362622
Octal16616065056766664642
Binary111011011100001101010101110111110110110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767035; }

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

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

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

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

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

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

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

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