Html Css Color HEX #776F29 Crete

📋 copy color: '#776F29'

red 119 ◦ green 111 ◦ blue 41

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

Shades of Crete #776F29

Tints of Crete #776F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

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

R = 43.91%
G = 40.96%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#776F29 (or 0x776F29) is known color: Crete. HEX triplet: 77, 6F and 29. RGB value is (119,111,41). Sum of RGB (Red+Green+Blue) = 119+111+41=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #776F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F29 is #8890D6. Grayscale: #696969. Windows color (decimal): -8949975 or 2715511. OLE color: 2715511.

HSL color Cylindrical-coordinate representation of color #776F29: hue angle of 53.85º 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 #776F29 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 41 -
CMYK 0 0.07 0.66 0.53
HSL 53.85º 0.49% 0.31% -
HSV(B) 53.85º 0.66% 0.47% -
XYZ 13.69 15.45 4.36 -
YUV 105.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 119 111 41 0 0.07 0.66 0.53 53.85 0.49 0.31
Hex 77 6F 29 0 7 42 35 36 31 1F
Octal 167 157 51 0 7 102 65 66 61 37
Binary 1110111 1101111 101001 0 111 1000010 110101 110110 110001 11111

Color Harmonies of #776F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F29

Black with #776F29

Text Example


Text Example

White with #776F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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