Html Css Color HEX #777507 Olive

📋 copy color: '#777507'

red 119 ◦ green 117 ◦ blue 7

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

Shades of Olive #777507

Tints of Olive #777507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.88%

R = 48.97%
G = 48.15%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#777507 (or 0x777507) is known color: Olive. HEX triplet: 77, 75 and 07. RGB value is (119,117,7). Sum of RGB (Red+Green+Blue) = 119+117+7=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #777507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777507 is #888AF8. Grayscale: #696969. Windows color (decimal): -8948473 or 488823. OLE color: 488823.

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

Color convert

RGB 119 117 7 -
CMYK 0 0.02 0.94 0.53
HSL 58.93º 0.89% 0.25% -
HSV(B) 58.93º 0.94% 0.47% -
XYZ 14.01 16.66 2.68 -
YUV 105.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 119 117 7 0 0.02 0.94 0.53 58.93 0.89 0.25
Hex 77 75 7 0 2 5E 35 3B 59 19
Octal 167 165 7 0 2 136 65 73 131 31
Binary 1110111 1110101 111 0 10 1011110 110101 111011 1011001 11001

Color Harmonies of #777507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777507

Black with #777507

Text Example


Text Example

White with #777507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777507; }

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

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

background-color css

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

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

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

border-color css

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

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

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