Html Css Color HEX #776D29 Crete

📋 copy color: '#776D29'

red 119 ◦ green 109 ◦ blue 41

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

Shades of Crete #776D29

Tints of Crete #776D29

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

 GREEN value IS 109 (42.97% from 255) = 40.52%

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

R = 44.24%
G = 40.52%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#776D29 (or 0x776D29) is known color: Crete. HEX triplet: 77, 6D and 29. RGB value is (119,109,41). Sum of RGB (Red+Green+Blue) = 119+109+41=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D29 is #8892D6. Grayscale: #686868. Windows color (decimal): -8950487 or 2714999. OLE color: 2714999.

HSL color Cylindrical-coordinate representation of color #776D29: hue angle of 52.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #776D29 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 41 -
CMYK 0 0.08 0.66 0.53
HSL 52.31º 0.49% 0.31% -
HSV(B) 52.31º 0.66% 0.47% -
XYZ 13.48 15.02 4.29 -
YUV 104.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 119 109 41 0 0.08 0.66 0.53 52.31 0.49 0.31
Hex 77 6D 29 0 8 42 35 34 31 1F
Octal 167 155 51 0 10 102 65 64 61 37
Binary 1110111 1101101 101001 0 1000 1000010 110101 110100 110001 11111

Color Harmonies of #776D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D29

Black with #776D29

Text Example


Text Example

White with #776D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D29; }

 p { color: rgb(119,109,41); }

 H1.HeaderClassName
 {
   color: #776D29;
 }
 .AnyTagClassName
 {
   color: #776D29;
 }
</style>

background-color css

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

 a { background-color: rgb(119,109,41); }

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

border-color css

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

 span { border-color: rgb(119,109,41); }

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