Html Css Color HEX #77701F Olivetone

📋 copy color: '#77701F'

red 119 ◦ green 112 ◦ blue 31

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

Shades of Olivetone #77701F

Tints of Olivetone #77701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 45.42%
G = 42.75%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77701F (or 0x77701F) is known color: Olivetone. HEX triplet: 77, 70 and 1F. RGB value is (119,112,31). Sum of RGB (Red+Green+Blue) = 119+112+31=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701F is #888FE0. Grayscale: #696969. Windows color (decimal): -8949729 or 2060407. OLE color: 2060407.

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

Color convert

RGB 119 112 31 -
CMYK 0 0.06 0.74 0.53
HSL 55.23º 0.59% 0.29% -
HSV(B) 55.23º 0.74% 0.47% -
XYZ 13.65 15.61 3.59 -
YUV 104.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 119 112 31 0 0.06 0.74 0.53 55.23 0.59 0.29
Hex 77 70 1F 0 6 4A 35 37 3B 1D
Octal 167 160 37 0 6 112 65 67 73 35
Binary 1110111 1110000 11111 0 110 1001010 110101 110111 111011 11101

Color Harmonies of #77701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77701F

Black with #77701F

Text Example


Text Example

White with #77701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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