Html Css Color HEX #79947E Oxley

📋 copy color: '#79947E'

red 121 ◦ green 148 ◦ blue 126

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

Shades of Oxley #79947E

Tints of Oxley #79947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 30.63%
G = 37.47%
B = 31.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#79947E (or 0x79947E) is known color: Oxley. HEX triplet: 79, 94 and 7E. RGB value is (121,148,126). Sum of RGB (Red+Green+Blue) = 121+148+126=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #79947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79947E is #866B81. Grayscale: #898989. Windows color (decimal): -8809346 or 8295545. OLE color: 8295545.

HSL color Cylindrical-coordinate representation of color #79947E: hue angle of 131.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79947E is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 126 -
CMYK 0.18 0 0.15 0.42
HSL 131.11º 0.11% 0.53% -
HSV(B) 131.11º 0.18% 0.58% -
XYZ 22.24 26.75 23.73 -
YUV 137.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 121 148 126 0.18 0 0.15 0.42 131.11 0.11 0.53
Hex 79 94 7E 12 0 F 2A 83 B 35
Octal 171 224 176 22 0 17 52 203 13 65
Binary 1111001 10010100 1111110 10010 0 1111 101010 10000011 1011 110101

Color Harmonies of #79947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79947E

Black with #79947E

Text Example


Text Example

White with #79947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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