Html Css Color HEX #77701A Olivetone

📋 copy color: '#77701A'

red 119 ◦ green 112 ◦ blue 26

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

Shades of Olivetone #77701A

Tints of Olivetone #77701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 46.3%
G = 43.58%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77701A (or 0x77701A) is known color: Olivetone. HEX triplet: 77, 70 and 1A. RGB value is (119,112,26). Sum of RGB (Red+Green+Blue) = 119+112+26=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #77701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701A is #888FE5. Grayscale: #686868. Windows color (decimal): -8949734 or 1732727. OLE color: 1732727.

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

Color convert

RGB 119 112 26 -
CMYK 0 0.06 0.78 0.53
HSL 55.48º 0.64% 0.28% -
HSV(B) 55.48º 0.78% 0.47% -
XYZ 13.59 15.58 3.27 -
YUV 104.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 119 112 26 0 0.06 0.78 0.53 55.48 0.64 0.28
Hex 77 70 1A 0 6 4E 35 37 40 1C
Octal 167 160 32 0 6 116 65 67 100 34
Binary 1110111 1110000 11010 0 110 1001110 110101 110111 1000000 11100

Color Harmonies of #77701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77701A

Black with #77701A

Text Example


Text Example

White with #77701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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