#95797D

Color #95797D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #95797D

Tints of Turkish Rose #95797D

Color information

#95797D (or 0x95797D) is unknown color: approx Turkish Rose. HEX triplet: 95, 79 and 7D. RGB value is (149,121,125). Sum of RGB (Red+Green+Blue) = 149+121+125=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95797D is #6A8682. Grayscale: #818181. Windows color (decimal): -6981251 or 8223125. OLE color: 8223125.

HSL color Cylindrical-coordinate representation of color #95797D: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95797D is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149121125-
CMYK00.190.160.42
HSL351.43º11.67%52.94%-
HSV(B)351.43º18.79%58.43%-
XYZ22.9321.5422.35-
YUV129.83125.28141.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=37.72%
G=30.63%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912112500.190.160.42351.4311.6752.94
Hex95797D013102A15fc35
Octal22517117502320525371465
Binary1001010111110011111101010011100001010101010111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95797D; }

 p { color: rgb(149,121,125); }

 H1.HeaderClassName
 {
   color: #95797D;
 }
 .AnyTagClassName
 {
   color: #95797D;
 }
</style>
background-color css

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

 a { background-color: rgb(149,121,125); }

 div.DivClassName
 {
   background-color: #95797D;
 }
 .BgClassName
 {
   background-color: #95797D;
 }
</style>
border-color css

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

 span { border-color: rgb(149,121,125); }

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