Html Css Color HEX #766C29 Crete

📋 copy color: '#766C29'

red 118 ◦ green 108 ◦ blue 41

#766C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #766C29

Tints of Crete #766C29

RGB

 RED value IS 118 (46.48% from 255) = 44.19%

 GREEN value IS 108 (42.58% from 255) = 40.45%

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 44.19%
G = 40.45%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766C29 (or 0x766C29) is known color: Crete. HEX triplet: 76, 6C and 29. RGB value is (118,108,41). Sum of RGB (Red+Green+Blue) = 118+108+41=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C29 is #8993D6. Grayscale: #676767. Windows color (decimal): -9016279 or 2714742. OLE color: 2714742.

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

Color convert

RGB 118 108 41 -
CMYK 0 0.08 0.65 0.54
HSL 52.21º 0.48% 0.31% -
HSV(B) 52.21º 0.65% 0.46% -
XYZ 13.23 14.74 4.24 -
YUV 103.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 118 108 41 0 0.08 0.65 0.54 52.21 0.48 0.31
Hex 76 6C 29 0 8 41 36 34 30 1F
Octal 166 154 51 0 10 101 66 64 60 37
Binary 1110110 1101100 101001 0 1000 1000001 110110 110100 110000 11111

Color Harmonies of #766C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C29

Black with #766C29

Text Example


Text Example

White with #766C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,41); }

 H1.HeaderClassName
 {
   color: #766C29;
 }
 .AnyTagClassName
 {
   color: #766C29;
 }
</style>

background-color css

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

 a { background-color: rgb(118,108,41); }

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

border-color css

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

 span { border-color: rgb(118,108,41); }

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