Html Css Color HEX #799885 Oxley

📋 copy color: '#799885'

red 121 ◦ green 152 ◦ blue 133

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

Shades of Oxley #799885

Tints of Oxley #799885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 29.8%
G = 37.44%
B = 32.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#799885 (or 0x799885) is known color: Oxley. HEX triplet: 79, 98 and 85. RGB value is (121,152,133). Sum of RGB (Red+Green+Blue) = 121+152+133=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #799885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799885 is #86677A. Grayscale: #8C8C8C. Windows color (decimal): -8808315 or 8755321. OLE color: 8755321.

HSL color Cylindrical-coordinate representation of color #799885: hue angle of 143.23º 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 #799885 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 133 -
CMYK 0.20 0 0.13 0.40
HSL 143.23º 0.13% 0.54% -
HSV(B) 143.23º 0.2% 0.6% -
XYZ 23.35 28.21 26.41 -
YUV 140.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 121 152 133 0.20 0 0.13 0.40 143.23 0.13 0.54
Hex 79 98 85 14 0 D 28 8F D 36
Octal 171 230 205 24 0 15 50 217 15 66
Binary 1111001 10011000 10000101 10100 0 1101 101000 10001111 1101 110110

Color Harmonies of #799885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799885

Black with #799885

Text Example


Text Example

White with #799885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799885; }

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

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

background-color css

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

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

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

border-color css

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

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

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