Html Css Color HEX #777513 Olivetone

📋 copy color: '#777513'

red 119 ◦ green 117 ◦ blue 19

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

Shades of Olivetone #777513

Tints of Olivetone #777513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 46.67%
G = 45.88%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#777513 (or 0x777513) is known color: Olivetone. HEX triplet: 77, 75 and 13. RGB value is (119,117,19). Sum of RGB (Red+Green+Blue) = 119+117+19=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #777513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777513 is #888AEC. Grayscale: #6A6A6A. Windows color (decimal): -8948461 or 1275255. OLE color: 1275255.

HSL color Cylindrical-coordinate representation of color #777513: hue angle of 58.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #777513 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 19 -
CMYK 0 0.02 0.84 0.53
HSL 58.8º 0.72% 0.27% -
HSV(B) 58.8º 0.84% 0.47% -
XYZ 14.09 16.69 3.1 -
YUV 106.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 119 117 19 0 0.02 0.84 0.53 58.8 0.72 0.27
Hex 77 75 13 0 2 54 35 3B 48 1B
Octal 167 165 23 0 2 124 65 73 110 33
Binary 1110111 1110101 10011 0 10 1010100 110101 111011 1001000 11011

Color Harmonies of #777513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777513

Black with #777513

Text Example


Text Example

White with #777513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777513; }

 p { color: rgb(119,117,19); }

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

background-color css

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

 a { background-color: rgb(119,117,19); }

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

border-color css

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

 span { border-color: rgb(119,117,19); }

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