Html Css Color HEX #776C1B Olivetone

📋 copy color: '#776C1B'

red 119 ◦ green 108 ◦ blue 27

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

Shades of Olivetone #776C1B

Tints of Olivetone #776C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 46.85%
G = 42.52%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#776C1B (or 0x776C1B) is known color: Olivetone. HEX triplet: 77, 6C and 1B. RGB value is (119,108,27). Sum of RGB (Red+Green+Blue) = 119+108+27=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C1B is #8893E4. Grayscale: #666666. Windows color (decimal): -8950757 or 1797239. OLE color: 1797239.

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

Color convert

RGB 119 108 27 -
CMYK 0 0.09 0.77 0.53
HSL 52.83º 0.63% 0.29% -
HSV(B) 52.83º 0.77% 0.47% -
XYZ 13.17 14.73 3.19 -
YUV 102.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 119 108 27 0 0.09 0.77 0.53 52.83 0.63 0.29
Hex 77 6C 1B 0 9 4D 35 35 3F 1D
Octal 167 154 33 0 11 115 65 65 77 35
Binary 1110111 1101100 11011 0 1001 1001101 110101 110101 111111 11101

Color Harmonies of #776C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C1B

Black with #776C1B

Text Example


Text Example

White with #776C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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