Html Css Color HEX #776B1C Olivetone

📋 copy color: '#776B1C'

red 119 ◦ green 107 ◦ blue 28

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

Shades of Olivetone #776B1C

Tints of Olivetone #776B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

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

R = 46.85%
G = 42.13%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#776B1C (or 0x776B1C) is known color: Olivetone. HEX triplet: 77, 6B and 1C. RGB value is (119,107,28). Sum of RGB (Red+Green+Blue) = 119+107+28=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B1C is #8894E3. Grayscale: #656565. Windows color (decimal): -8951012 or 1862519. OLE color: 1862519.

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

Color convert

RGB 119 107 28 -
CMYK 0 0.10 0.76 0.53
HSL 52.09º 0.62% 0.29% -
HSV(B) 52.09º 0.76% 0.47% -
XYZ 13.08 14.52 3.21 -
YUV 101.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 119 107 28 0 0.10 0.76 0.53 52.09 0.62 0.29
Hex 77 6B 1C 0 A 4C 35 34 3E 1D
Octal 167 153 34 0 12 114 65 64 76 35
Binary 1110111 1101011 11100 0 1010 1001100 110101 110100 111110 11101

Color Harmonies of #776B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B1C

Black with #776B1C

Text Example


Text Example

White with #776B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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