Html Css Color HEX #77750C Olive

📋 copy color: '#77750C'

red 119 ◦ green 117 ◦ blue 12

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

Shades of Olive #77750C

Tints of Olive #77750C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 47.98%
G = 47.18%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77750C (or 0x77750C) is known color: Olive. HEX triplet: 77, 75 and 0C. RGB value is (119,117,12). Sum of RGB (Red+Green+Blue) = 119+117+12=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77750C is #888AF3. Grayscale: #6A6A6A. Windows color (decimal): -8948468 or 816503. OLE color: 816503.

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

Color convert

RGB 119 117 12 -
CMYK 0 0.02 0.90 0.53
HSL 58.88º 0.82% 0.26% -
HSV(B) 58.88º 0.9% 0.47% -
XYZ 14.04 16.67 2.83 -
YUV 105.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 119 117 12 0 0.02 0.90 0.53 58.88 0.82 0.26
Hex 77 75 C 0 2 5A 35 3B 52 1A
Octal 167 165 14 0 2 132 65 73 122 32
Binary 1110111 1110101 1100 0 10 1011010 110101 111011 1010010 11010

Color Harmonies of #77750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77750C

Black with #77750C

Text Example


Text Example

White with #77750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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