Html Css Color HEX #776D1A Olivetone

📋 copy color: '#776D1A'

red 119 ◦ green 109 ◦ blue 26

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

Shades of Olivetone #776D1A

Tints of Olivetone #776D1A

RGB

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

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

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

R = 46.85%
G = 42.91%
B = 10.24%

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

#776D1A (or 0x776D1A) is known color: Olivetone. HEX triplet: 77, 6D and 1A. RGB value is (119,109,26). Sum of RGB (Red+Green+Blue) = 119+109+26=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D1A is #8892E5. Grayscale: #666666. Windows color (decimal): -8950502 or 1731959. OLE color: 1731959.

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

Color convert

RGB 119 109 26 -
CMYK 0 0.08 0.78 0.53
HSL 53.55º 0.64% 0.28% -
HSV(B) 53.55º 0.78% 0.47% -
XYZ 13.26 14.93 3.16 -
YUV 102.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 119 109 26 0 0.08 0.78 0.53 53.55 0.64 0.28
Hex 77 6D 1A 0 8 4E 35 36 40 1C
Octal 167 155 32 0 10 116 65 66 100 34
Binary 1110111 1101101 11010 0 1000 1001110 110101 110110 1000000 11100

Color Harmonies of #776D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D1A

Black with #776D1A

Text Example


Text Example

White with #776D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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