Html Css Color HEX #799280 Oxley

📋 copy color: '#799280'

red 121 ◦ green 146 ◦ blue 128

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

Shades of Oxley #799280

Tints of Oxley #799280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

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

R = 30.63%
G = 36.96%
B = 32.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#799280 (or 0x799280) is known color: Oxley. HEX triplet: 79, 92 and 80. RGB value is (121,146,128). Sum of RGB (Red+Green+Blue) = 121+146+128=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #799280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799280 is #866D7F. Grayscale: #888888. Windows color (decimal): -8809856 or 8426105. OLE color: 8426105.

HSL color Cylindrical-coordinate representation of color #799280: hue angle of 136.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799280 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 128 -
CMYK 0.17 0 0.12 0.43
HSL 136.8º 0.1% 0.52% -
HSV(B) 136.8º 0.17% 0.57% -
XYZ 22.06 26.18 24.31 -
YUV 136.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 121 146 128 0.17 0 0.12 0.43 136.8 0.1 0.52
Hex 79 92 80 11 0 C 2B 89 A 34
Octal 171 222 200 21 0 14 53 211 12 64
Binary 1111001 10010010 10000000 10001 0 1100 101011 10001001 1010 110100

Color Harmonies of #799280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799280

Black with #799280

Text Example


Text Example

White with #799280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799280; }

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

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

background-color css

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

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

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

border-color css

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

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

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