Html Css Color HEX #776C1A Olivetone

📋 copy color: '#776C1A'

red 119 ◦ green 108 ◦ blue 26

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

Shades of Olivetone #776C1A

Tints of Olivetone #776C1A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

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

R = 47.04%
G = 42.69%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#776C1A (or 0x776C1A) is known color: Olivetone. HEX triplet: 77, 6C and 1A. RGB value is (119,108,26). Sum of RGB (Red+Green+Blue) = 119+108+26=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #776C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C1A is #8893E5. Grayscale: #666666. Windows color (decimal): -8950758 or 1731703. OLE color: 1731703.

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

Color convert

RGB 119 108 26 -
CMYK 0 0.09 0.78 0.53
HSL 52.9º 0.64% 0.28% -
HSV(B) 52.9º 0.78% 0.47% -
XYZ 13.16 14.72 3.13 -
YUV 101.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 119 108 26 0 0.09 0.78 0.53 52.9 0.64 0.28
Hex 77 6C 1A 0 9 4E 35 35 40 1C
Octal 167 154 32 0 11 116 65 65 100 34
Binary 1110111 1101100 11010 0 1001 1001110 110101 110101 1000000 11100

Color Harmonies of #776C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C1A

Black with #776C1A

Text Example


Text Example

White with #776C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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