Html Css Color HEX #777511 Olive

📋 copy color: '#777511'

red 119 ◦ green 117 ◦ blue 17

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

Shades of Olive #777511

Tints of Olive #777511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 47.04%
G = 46.25%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#777511 (or 0x777511) is known color: Olive. HEX triplet: 77, 75 and 11. RGB value is (119,117,17). Sum of RGB (Red+Green+Blue) = 119+117+17=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #777511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777511 is #888AEE. Grayscale: #6A6A6A. Windows color (decimal): -8948463 or 1144183. OLE color: 1144183.

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

Color convert

RGB 119 117 17 -
CMYK 0 0.02 0.86 0.53
HSL 58.82º 0.75% 0.27% -
HSV(B) 58.82º 0.86% 0.47% -
XYZ 14.07 16.68 3.01 -
YUV 106.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 119 117 17 0 0.02 0.86 0.53 58.82 0.75 0.27
Hex 77 75 11 0 2 56 35 3B 4B 1B
Octal 167 165 21 0 2 126 65 73 113 33
Binary 1110111 1110101 10001 0 10 1010110 110101 111011 1001011 11011

Color Harmonies of #777511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777511

Black with #777511

Text Example


Text Example

White with #777511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777511; }

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

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

background-color css

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

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

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

border-color css

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

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

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