Html Css Color HEX #799183 Oxley

📋 copy color: '#799183'

red 121 ◦ green 145 ◦ blue 131

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

Shades of Oxley #799183

Tints of Oxley #799183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 30.48%
G = 36.52%
B = 33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#799183 (or 0x799183) is known color: Oxley. HEX triplet: 79, 91 and 83. RGB value is (121,145,131). Sum of RGB (Red+Green+Blue) = 121+145+131=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #799183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799183 is #866E7C. Grayscale: #888888. Windows color (decimal): -8810109 or 8622457. OLE color: 8622457.

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

Color convert

RGB 121 145 131 -
CMYK 0.17 0 0.10 0.43
HSL 145º 0.1% 0.52% -
HSV(B) 145º 0.17% 0.57% -
XYZ 22.11 25.95 25.32 -
YUV 136.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 121 145 131 0.17 0 0.10 0.43 145 0.1 0.52
Hex 79 91 83 11 0 A 2B 91 A 34
Octal 171 221 203 21 0 12 53 221 12 64
Binary 1111001 10010001 10000011 10001 0 1010 101011 10010001 1010 110100

Color Harmonies of #799183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799183

Black with #799183

Text Example


Text Example

White with #799183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799183; }

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

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

background-color css

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

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

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

border-color css

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

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

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