Html Css Color HEX #776F28 Crete

📋 copy color: '#776F28'

red 119 ◦ green 111 ◦ blue 40

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

Shades of Crete #776F28

Tints of Crete #776F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 44.07%
G = 41.11%
B = 14.81%

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

#776F28 (or 0x776F28) is known color: Crete. HEX triplet: 77, 6F and 28. RGB value is (119,111,40). Sum of RGB (Red+Green+Blue) = 119+111+40=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F28 is #8890D7. Grayscale: #696969. Windows color (decimal): -8949976 or 2649975. OLE color: 2649975.

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

Color convert

RGB 119 111 40 -
CMYK 0 0.07 0.66 0.53
HSL 53.92º 0.5% 0.31% -
HSV(B) 53.92º 0.66% 0.47% -
XYZ 13.68 15.44 4.27 -
YUV 105.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 119 111 40 0 0.07 0.66 0.53 53.92 0.5 0.31
Hex 77 6F 28 0 7 42 35 36 32 1F
Octal 167 157 50 0 7 102 65 66 62 37
Binary 1110111 1101111 101000 0 111 1000010 110101 110110 110010 11111

Color Harmonies of #776F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F28

Black with #776F28

Text Example


Text Example

White with #776F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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