Html Css Color HEX #77711B Olivetone

📋 copy color: '#77711B'

red 119 ◦ green 113 ◦ blue 27

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

Shades of Olivetone #77711B

Tints of Olivetone #77711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

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

R = 45.95%
G = 43.63%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77711B (or 0x77711B) is known color: Olivetone. HEX triplet: 77, 71 and 1B. RGB value is (119,113,27). Sum of RGB (Red+Green+Blue) = 119+113+27=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77711B is #888EE4. Grayscale: #696969. Windows color (decimal): -8949477 or 1798519. OLE color: 1798519.

HSL color Cylindrical-coordinate representation of color #77711B: hue angle of 56.09º 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 #77711B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 27 -
CMYK 0 0.05 0.77 0.53
HSL 56.09º 0.63% 0.29% -
HSV(B) 56.09º 0.77% 0.47% -
XYZ 13.71 15.81 3.37 -
YUV 104.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 119 113 27 0 0.05 0.77 0.53 56.09 0.63 0.29
Hex 77 71 1B 0 5 4D 35 38 3F 1D
Octal 167 161 33 0 5 115 65 70 77 35
Binary 1110111 1110001 11011 0 101 1001101 110101 111000 111111 11101

Color Harmonies of #77711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77711B

Black with #77711B

Text Example


Text Example

White with #77711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77711B; }

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

 H1.HeaderClassName
 {
   color: #77711B;
 }
 .AnyTagClassName
 {
   color: #77711B;
 }
</style>

background-color css

<style>
 a { background-color: #77711B; }

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

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

border-color css

<style>
 span { border-color: #77711B; }

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

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