#76783E

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

Shades of Crete #76783E

Tints of Crete #76783E

Color information

#76783E (or 0x76783E) is unknown color: approx Crete. HEX triplet: 76, 78 and 3E. RGB value is (118,120,62). Sum of RGB (Red+Green+Blue) = 118+120+62=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #76783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783E is #8987C1. Grayscale: #717171. Windows color (decimal): -9013186 or 4094070. OLE color: 4094070.

HSL color Cylindrical-coordinate representation of color #76783E: hue angle of 62.07º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76783E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11812062-
CMYK0.0200.480.53
HSL62.07º31.87%35.69%-
HSV(B)62.07º48.33%47.06%-
XYZ15.0617.637.17-
YUV112.7999.34131.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=39.33%
G=40%
B=20.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120620.0200.480.5362.0731.8735.69
Hex76783E2030353e2024
Octal16617076206065764044
Binary11101101111000111110100110000110101111110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76783E; }

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

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

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

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

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

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

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

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