Html Css Color HEX #79997E Oxley

📋 copy color: '#79997E'

red 121 ◦ green 153 ◦ blue 126

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

Shades of Oxley #79997E

Tints of Oxley #79997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 30.25%
G = 38.25%
B = 31.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#79997E (or 0x79997E) is known color: Oxley. HEX triplet: 79, 99 and 7E. RGB value is (121,153,126). Sum of RGB (Red+Green+Blue) = 121+153+126=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #79997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79997E is #866681. Grayscale: #8C8C8C. Windows color (decimal): -8808066 or 8296825. OLE color: 8296825.

HSL color Cylindrical-coordinate representation of color #79997E: hue angle of 129.38º 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 #79997E is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 126 -
CMYK 0.21 0 0.18 0.4
HSL 129.38º 0.14% 0.54% -
HSV(B) 129.38º 0.21% 0.6% -
XYZ 23.04 28.35 24 -
YUV 140.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 121 153 126 0.21 0 0.18 0.4 129.38 0.14 0.54
Hex 79 99 7E 15 0 12 28 81 E 36
Octal 171 231 176 25 0 22 50 201 16 66
Binary 1111001 10011001 1111110 10101 0 10010 101000 10000001 1110 110110

Color Harmonies of #79997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79997E

Black with #79997E

Text Example


Text Example

White with #79997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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