Html Css Color HEX #799883 Oxley

📋 copy color: '#799883'

red 121 ◦ green 152 ◦ blue 131

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

Shades of Oxley #799883

Tints of Oxley #799883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 29.95%
G = 37.62%
B = 32.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#799883 (or 0x799883) is known color: Oxley. HEX triplet: 79, 98 and 83. RGB value is (121,152,131). Sum of RGB (Red+Green+Blue) = 121+152+131=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #799883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799883 is #86677C. Grayscale: #8C8C8C. Windows color (decimal): -8808317 or 8624249. OLE color: 8624249.

HSL color Cylindrical-coordinate representation of color #799883: hue angle of 139.35º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799883 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 131 -
CMYK 0.20 0 0.14 0.40
HSL 139.35º 0.13% 0.54% -
HSV(B) 139.35º 0.2% 0.6% -
XYZ 23.21 28.16 25.68 -
YUV 140.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 121 152 131 0.20 0 0.14 0.40 139.35 0.13 0.54
Hex 79 98 83 14 0 E 28 8B D 36
Octal 171 230 203 24 0 16 50 213 15 66
Binary 1111001 10011000 10000011 10100 0 1110 101000 10001011 1101 110110

Color Harmonies of #799883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799883

Black with #799883

Text Example


Text Example

White with #799883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799883; }

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

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

background-color css

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

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

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

border-color css

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

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

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