Html Css Color HEX #799281 Oxley

📋 copy color: '#799281'

red 121 ◦ green 146 ◦ blue 129

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

Shades of Oxley #799281

Tints of Oxley #799281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 30.56%
G = 36.87%
B = 32.58%

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

#799281 (or 0x799281) is known color: Oxley. HEX triplet: 79, 92 and 81. RGB value is (121,146,129). Sum of RGB (Red+Green+Blue) = 121+146+129=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #799281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799281 is #866D7E. Grayscale: #888888. Windows color (decimal): -8809855 or 8491641. OLE color: 8491641.

HSL color Cylindrical-coordinate representation of color #799281: hue angle of 139.2º 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 #799281 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 129 -
CMYK 0.17 0 0.12 0.43
HSL 139.2º 0.1% 0.52% -
HSV(B) 139.2º 0.17% 0.57% -
XYZ 22.13 26.21 24.66 -
YUV 136.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 121 146 129 0.17 0 0.12 0.43 139.2 0.1 0.52
Hex 79 92 81 11 0 C 2B 8B A 34
Octal 171 222 201 21 0 14 53 213 12 64
Binary 1111001 10010010 10000001 10001 0 1100 101011 10001011 1010 110100

Color Harmonies of #799281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799281

Black with #799281

Text Example


Text Example

White with #799281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799281; }

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

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

background-color css

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

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

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

border-color css

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

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

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