Html Css Color HEX #799382 Oxley

📋 copy color: '#799382'

red 121 ◦ green 147 ◦ blue 130

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

Shades of Oxley #799382

Tints of Oxley #799382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 30.4%
G = 36.93%
B = 32.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#799382 (or 0x799382) is known color: Oxley. HEX triplet: 79, 93 and 82. RGB value is (121,147,130). Sum of RGB (Red+Green+Blue) = 121+147+130=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #799382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799382 is #866C7D. Grayscale: #898989. Windows color (decimal): -8809598 or 8557433. OLE color: 8557433.

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

Color convert

RGB 121 147 130 -
CMYK 0.18 0 0.12 0.42
HSL 140.77º 0.11% 0.53% -
HSV(B) 140.77º 0.18% 0.58% -
XYZ 22.35 26.54 25.06 -
YUV 137.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 121 147 130 0.18 0 0.12 0.42 140.77 0.11 0.53
Hex 79 93 82 12 0 C 2A 8D B 35
Octal 171 223 202 22 0 14 52 215 13 65
Binary 1111001 10010011 10000010 10010 0 1100 101010 10001101 1011 110101

Color Harmonies of #799382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799382

Black with #799382

Text Example


Text Example

White with #799382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799382; }

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

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

background-color css

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

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

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

border-color css

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

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

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