#95757B

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

Shades of Turkish Rose #95757B

Tints of Turkish Rose #95757B

Color information

#95757B (or 0x95757B) is unknown color: approx Turkish Rose. HEX triplet: 95, 75 and 7B. RGB value is (149,117,123). Sum of RGB (Red+Green+Blue) = 149+117+123=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95757B is #6A8A84. Grayscale: #7F7F7F. Windows color (decimal): -6982277 or 8091029. OLE color: 8091029.

HSL color Cylindrical-coordinate representation of color #95757B: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95757B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149117123-
CMYK00.210.170.42
HSL348.75º13.11%52.16%-
HSV(B)348.75º21.48%58.43%-
XYZ22.3320.5421.53-
YUV127.25125.6143.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=38.30%
G=30.08%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911712300.210.170.42348.7513.1152.16
Hex95757B015112A15dd34
Octal22516517302521525351564
Binary1001010111101011111011010101100011010101010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95757B; }

 p { color: rgb(149,117,123); }

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

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

 a { background-color: rgb(149,117,123); }

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

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

 span { border-color: rgb(149,117,123); }

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