Html Css Color HEX #79997C Oxley

📋 copy color: '#79997C'

red 121 ◦ green 153 ◦ blue 124

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

Shades of Oxley #79997C

Tints of Oxley #79997C

RGB

 RED value IS 121 (47.66% from 255) = 30.4%

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 30.4%
G = 38.44%
B = 31.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#79997C (or 0x79997C) is known color: Oxley. HEX triplet: 79, 99 and 7C. RGB value is (121,153,124). Sum of RGB (Red+Green+Blue) = 121+153+124=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #79997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79997C is #866683. Grayscale: #8C8C8C. Windows color (decimal): -8808068 or 8165753. OLE color: 8165753.

HSL color Cylindrical-coordinate representation of color #79997C: hue angle of 125.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79997C is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 124 -
CMYK 0.21 0 0.19 0.4
HSL 125.63º 0.14% 0.54% -
HSV(B) 125.63º 0.21% 0.6% -
XYZ 22.91 28.3 23.32 -
YUV 140.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 121 153 124 0.21 0 0.19 0.4 125.63 0.14 0.54
Hex 79 99 7C 15 0 13 28 7E E 36
Octal 171 231 174 25 0 23 50 176 16 66
Binary 1111001 10011001 1111100 10101 0 10011 101000 1111110 1110 110110

Color Harmonies of #79997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79997C

Black with #79997C

Text Example


Text Example

White with #79997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,153,124); }

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

background-color css

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

 a { background-color: rgb(121,153,124); }

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

border-color css

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

 span { border-color: rgb(121,153,124); }

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