Html Css Color HEX #799383 Oxley

📋 copy color: '#799383'

red 121 ◦ green 147 ◦ blue 131

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

Shades of Oxley #799383

Tints of Oxley #799383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 30.33%
G = 36.84%
B = 32.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#799383 (or 0x799383) is known color: Oxley. HEX triplet: 79, 93 and 83. RGB value is (121,147,131). Sum of RGB (Red+Green+Blue) = 121+147+131=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #799383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799383 is #866C7C. Grayscale: #898989. Windows color (decimal): -8809597 or 8622969. OLE color: 8622969.

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

Color convert

RGB 121 147 131 -
CMYK 0.18 0 0.11 0.42
HSL 143.08º 0.11% 0.53% -
HSV(B) 143.08º 0.18% 0.58% -
XYZ 22.42 26.57 25.42 -
YUV 137.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 121 147 131 0.18 0 0.11 0.42 143.08 0.11 0.53
Hex 79 93 83 12 0 B 2A 8F B 35
Octal 171 223 203 22 0 13 52 217 13 65
Binary 1111001 10010011 10000011 10010 0 1011 101010 10001111 1011 110101

Color Harmonies of #799383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799383

Black with #799383

Text Example


Text Example

White with #799383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799383; }

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

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

background-color css

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

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

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

border-color css

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

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

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