Html Css Color HEX #799082 Oxley

📋 copy color: '#799082'

red 121 ◦ green 144 ◦ blue 130

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

Shades of Oxley #799082

Tints of Oxley #799082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 30.63%
G = 36.46%
B = 32.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#799082 (or 0x799082) is known color: Oxley. HEX triplet: 79, 90 and 82. RGB value is (121,144,130). Sum of RGB (Red+Green+Blue) = 121+144+130=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #799082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799082 is #866F7D. Grayscale: #878787. Windows color (decimal): -8810366 or 8556665. OLE color: 8556665.

HSL color Cylindrical-coordinate representation of color #799082: hue angle of 143.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #799082 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 130 -
CMYK 0.16 0 0.10 0.44
HSL 143.48º 0.09% 0.52% -
HSV(B) 143.48º 0.16% 0.56% -
XYZ 21.89 25.62 24.91 -
YUV 135.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 121 144 130 0.16 0 0.10 0.44 143.48 0.09 0.52
Hex 79 90 82 10 0 A 2C 8F 9 34
Octal 171 220 202 20 0 12 54 217 11 64
Binary 1111001 10010000 10000010 10000 0 1010 101100 10001111 1001 110100

Color Harmonies of #799082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799082

Black with #799082

Text Example


Text Example

White with #799082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799082; }

 p { color: rgb(121,144,130); }

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

background-color css

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

 a { background-color: rgb(121,144,130); }

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

border-color css

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

 span { border-color: rgb(121,144,130); }

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