Html Css Color HEX #777515 Olivetone

📋 copy color: '#777515'

red 119 ◦ green 117 ◦ blue 21

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

Shades of Olivetone #777515

Tints of Olivetone #777515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 46.3%
G = 45.53%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#777515 (or 0x777515) is known color: Olivetone. HEX triplet: 77, 75 and 15. RGB value is (119,117,21). Sum of RGB (Red+Green+Blue) = 119+117+21=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777515 is #888AEA. Grayscale: #6B6B6B. Windows color (decimal): -8948459 or 1406327. OLE color: 1406327.

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

Color convert

RGB 119 117 21 -
CMYK 0 0.02 0.82 0.53
HSL 58.78º 0.7% 0.27% -
HSV(B) 58.78º 0.82% 0.47% -
XYZ 14.1 16.7 3.19 -
YUV 106.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 119 117 21 0 0.02 0.82 0.53 58.78 0.7 0.27
Hex 77 75 15 0 2 52 35 3B 46 1B
Octal 167 165 25 0 2 122 65 73 106 33
Binary 1110111 1110101 10101 0 10 1010010 110101 111011 1000110 11011

Color Harmonies of #777515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777515

Black with #777515

Text Example


Text Example

White with #777515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777515; }

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

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

background-color css

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

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

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

border-color css

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

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

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