Html Css Color HEX #7C7711 Olive

📋 copy color: '#7C7711'

red 124 ◦ green 119 ◦ blue 17

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

Shades of Olive #7C7711

Tints of Olive #7C7711

RGB

 RED value IS 124 (48.83% from 255) = 47.69%

 GREEN value IS 119 (46.88% from 255) = 45.77%

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

R = 47.69%
G = 45.77%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C7711 (or 0x7C7711) is known color: Olive. HEX triplet: 7C, 77 and 11. RGB value is (124,119,17). Sum of RGB (Red+Green+Blue) = 124+119+17=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7711 is #8388EE. Grayscale: #6D6D6D. Windows color (decimal): -8620271 or 1144700. OLE color: 1144700.

HSL color Cylindrical-coordinate representation of color #7C7711: hue angle of 57.2º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C7711 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 17 -
CMYK 0 0.04 0.86 0.51
HSL 57.2º 0.76% 0.28% -
HSV(B) 57.2º 0.86% 0.49% -
XYZ 15.01 17.52 3.12 -
YUV 108.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 124 119 17 0 0.04 0.86 0.51 57.2 0.76 0.28
Hex 7C 77 11 0 4 56 33 39 4C 1C
Octal 174 167 21 0 4 126 63 71 114 34
Binary 1111100 1110111 10001 0 100 1010110 110011 111001 1001100 11100

Color Harmonies of #7C7711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7711

Black with #7C7711

Text Example


Text Example

White with #7C7711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7711; }

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

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

background-color css

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

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

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

border-color css

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

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

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