Html Css Color HEX #776E1A Olivetone

📋 copy color: '#776E1A'

red 119 ◦ green 110 ◦ blue 26

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

Shades of Olivetone #776E1A

Tints of Olivetone #776E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 46.67%
G = 43.14%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#776E1A (or 0x776E1A) is known color: Olivetone. HEX triplet: 77, 6E and 1A. RGB value is (119,110,26). Sum of RGB (Red+Green+Blue) = 119+110+26=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1A is #8891E5. Grayscale: #676767. Windows color (decimal): -8950246 or 1732215. OLE color: 1732215.

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

Color convert

RGB 119 110 26 -
CMYK 0 0.08 0.78 0.53
HSL 54.19º 0.64% 0.28% -
HSV(B) 54.19º 0.78% 0.47% -
XYZ 13.37 15.15 3.2 -
YUV 103.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 119 110 26 0 0.08 0.78 0.53 54.19 0.64 0.28
Hex 77 6E 1A 0 8 4E 35 36 40 1C
Octal 167 156 32 0 10 116 65 66 100 34
Binary 1110111 1101110 11010 0 1000 1001110 110101 110110 1000000 11100

Color Harmonies of #776E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E1A

Black with #776E1A

Text Example


Text Example

White with #776E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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