#766D38

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

Shades of Crete #766D38

Tints of Crete #766D38

Color information

#766D38 (or 0x766D38) is unknown color: approx Crete. HEX triplet: 76, 6D and 38. RGB value is (118,109,56). Sum of RGB (Red+Green+Blue) = 118+109+56=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D38 is #8992C7. Grayscale: #696969. Windows color (decimal): -9016008 or 3698038. OLE color: 3698038.

HSL color Cylindrical-coordinate representation of color #766D38: hue angle of 51.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766D38 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB11810956-
CMYK00.080.530.54
HSL51.29º35.63%34.12%-
HSV(B)51.29º52.54%46.27%-
XYZ13.6515.075.93-
YUV105.6599.98136.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=41.70%
G=38.52%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181095600.080.530.5451.2935.6334.12
Hex766D38083536332422
Octal166155700106566634442
Binary1110110110110111100001000110101110110110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D38; }

 p { color: rgb(118,109,56); }

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

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

 a { background-color: rgb(118,109,56); }

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

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

 span { border-color: rgb(118,109,56); }

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