Html Css Color HEX #799880 Oxley

📋 copy color: '#799880'

red 121 ◦ green 152 ◦ blue 128

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

Shades of Oxley #799880

Tints of Oxley #799880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 30.17%
G = 37.91%
B = 31.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#799880 (or 0x799880) is known color: Oxley. HEX triplet: 79, 98 and 80. RGB value is (121,152,128). Sum of RGB (Red+Green+Blue) = 121+152+128=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #799880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799880 is #86677F. Grayscale: #8C8C8C. Windows color (decimal): -8808320 or 8427641. OLE color: 8427641.

HSL color Cylindrical-coordinate representation of color #799880: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799880 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 128 -
CMYK 0.20 0 0.16 0.40
HSL 133.55º 0.13% 0.54% -
HSV(B) 133.55º 0.2% 0.6% -
XYZ 23.01 28.08 24.63 -
YUV 140 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 121 152 128 0.20 0 0.16 0.40 133.55 0.13 0.54
Hex 79 98 80 14 0 10 28 86 D 36
Octal 171 230 200 24 0 20 50 206 15 66
Binary 1111001 10011000 10000000 10100 0 10000 101000 10000110 1101 110110

Color Harmonies of #799880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799880

Black with #799880

Text Example


Text Example

White with #799880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799880; }

 p { color: rgb(121,152,128); }

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

background-color css

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

 a { background-color: rgb(121,152,128); }

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

border-color css

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

 span { border-color: rgb(121,152,128); }

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