#76782D

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

Shades of Crete #76782D

Tints of Crete #76782D

Color information

#76782D (or 0x76782D) is unknown color: approx Crete. HEX triplet: 76, 78 and 2D. RGB value is (118,120,45). Sum of RGB (Red+Green+Blue) = 118+120+45=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #76782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76782D is #8987D2. Grayscale: #6F6F6F. Windows color (decimal): -9013203 or 2979958. OLE color: 2979958.

HSL color Cylindrical-coordinate representation of color #76782D: hue angle of 61.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76782D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11812045-
CMYK0.0200.630.53
HSL61.6º45.45%32.35%-
HSV(B)61.6º62.5%47.06%-
XYZ14.6617.475.08-
YUV110.8590.84133.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=41.70%
G=42.40%
B=15.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120450.0200.630.5361.645.4532.35
Hex76782D203F353e2d20
Octal16617055207765765540
Binary11101101111000101101100111111110101111110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76782D; }

 p { color: rgb(118,120,45); }

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

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

 a { background-color: rgb(118,120,45); }

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

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

 span { border-color: rgb(118,120,45); }

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