Html Css Color HEX #77701E Olivetone

📋 copy color: '#77701E'

red 119 ◦ green 112 ◦ blue 30

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

Shades of Olivetone #77701E

Tints of Olivetone #77701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 45.59%
G = 42.91%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77701E (or 0x77701E) is known color: Olivetone. HEX triplet: 77, 70 and 1E. RGB value is (119,112,30). Sum of RGB (Red+Green+Blue) = 119+112+30=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701E is #888FE1. Grayscale: #696969. Windows color (decimal): -8949730 or 1994871. OLE color: 1994871.

HSL color Cylindrical-coordinate representation of color #77701E: hue angle of 55.28º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77701E is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 30 -
CMYK 0 0.06 0.75 0.53
HSL 55.28º 0.6% 0.29% -
HSV(B) 55.28º 0.75% 0.47% -
XYZ 13.64 15.6 3.52 -
YUV 104.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 119 112 30 0 0.06 0.75 0.53 55.28 0.6 0.29
Hex 77 70 1E 0 6 4B 35 37 3C 1D
Octal 167 160 36 0 6 113 65 67 74 35
Binary 1110111 1110000 11110 0 110 1001011 110101 110111 111100 11101

Color Harmonies of #77701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77701E

Black with #77701E

Text Example


Text Example

White with #77701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77701E; }

 p { color: rgb(119,112,30); }

 H1.HeaderClassName
 {
   color: #77701E;
 }
 .AnyTagClassName
 {
   color: #77701E;
 }
</style>

background-color css

<style>
 a { background-color: #77701E; }

 a { background-color: rgb(119,112,30); }

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

border-color css

<style>
 span { border-color: #77701E; }

 span { border-color: rgb(119,112,30); }

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