Html Css Color HEX #776E1C Olivetone

📋 copy color: '#776E1C'

red 119 ◦ green 110 ◦ blue 28

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

Shades of Olivetone #776E1C

Tints of Olivetone #776E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.8%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 46.3%
G = 42.8%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#776E1C (or 0x776E1C) is known color: Olivetone. HEX triplet: 77, 6E and 1C. RGB value is (119,110,28). Sum of RGB (Red+Green+Blue) = 119+110+28=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1C is #8891E3. Grayscale: #676767. Windows color (decimal): -8950244 or 1863287. OLE color: 1863287.

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

Color convert

RGB 119 110 28 -
CMYK 0 0.08 0.76 0.53
HSL 54.07º 0.62% 0.29% -
HSV(B) 54.07º 0.76% 0.47% -
XYZ 13.39 15.16 3.32 -
YUV 103.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 119 110 28 0 0.08 0.76 0.53 54.07 0.62 0.29
Hex 77 6E 1C 0 8 4C 35 36 3E 1D
Octal 167 156 34 0 10 114 65 66 76 35
Binary 1110111 1101110 11100 0 1000 1001100 110101 110110 111110 11101

Color Harmonies of #776E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E1C

Black with #776E1C

Text Example


Text Example

White with #776E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,28); }

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

background-color css

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

 a { background-color: rgb(119,110,28); }

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

border-color css

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

 span { border-color: rgb(119,110,28); }

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