Html Css Color HEX #77701D Olivetone

📋 copy color: '#77701D'

red 119 ◦ green 112 ◦ blue 29

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

Shades of Olivetone #77701D

Tints of Olivetone #77701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 45.77%
G = 43.08%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77701D (or 0x77701D) is known color: Olivetone. HEX triplet: 77, 70 and 1D. RGB value is (119,112,29). Sum of RGB (Red+Green+Blue) = 119+112+29=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701D is #888FE2. Grayscale: #686868. Windows color (decimal): -8949731 or 1929335. OLE color: 1929335.

HSL color Cylindrical-coordinate representation of color #77701D: hue angle of 55.33º degrees, saturation: 0.61, 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 #77701D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 29 -
CMYK 0 0.06 0.76 0.53
HSL 55.33º 0.61% 0.29% -
HSV(B) 55.33º 0.76% 0.47% -
XYZ 13.62 15.6 3.46 -
YUV 104.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 119 112 29 0 0.06 0.76 0.53 55.33 0.61 0.29
Hex 77 70 1D 0 6 4C 35 37 3D 1D
Octal 167 160 35 0 6 114 65 67 75 35
Binary 1110111 1110000 11101 0 110 1001100 110101 110111 111101 11101

Color Harmonies of #77701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77701D

Black with #77701D

Text Example


Text Example

White with #77701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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