Html Css Color HEX #77701C Olivetone

📋 copy color: '#77701C'

red 119 ◦ green 112 ◦ blue 28

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

Shades of Olivetone #77701C

Tints of Olivetone #77701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 45.95%
G = 43.24%
B = 10.81%

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

#77701C (or 0x77701C) is known color: Olivetone. HEX triplet: 77, 70 and 1C. RGB value is (119,112,28). Sum of RGB (Red+Green+Blue) = 119+112+28=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701C is #888FE3. Grayscale: #686868. Windows color (decimal): -8949732 or 1863799. OLE color: 1863799.

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

Color convert

RGB 119 112 28 -
CMYK 0 0.06 0.76 0.53
HSL 55.38º 0.62% 0.29% -
HSV(B) 55.38º 0.76% 0.47% -
XYZ 13.61 15.59 3.39 -
YUV 104.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 119 112 28 0 0.06 0.76 0.53 55.38 0.62 0.29
Hex 77 70 1C 0 6 4C 35 37 3E 1D
Octal 167 160 34 0 6 114 65 67 76 35
Binary 1110111 1110000 11100 0 110 1001100 110101 110111 111110 11101

Color Harmonies of #77701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77701C

Black with #77701C

Text Example


Text Example

White with #77701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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