#95757A

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

Shades of Turkish Rose #95757A

Tints of Turkish Rose #95757A

Color information

#95757A (or 0x95757A) is unknown color: approx Turkish Rose. HEX triplet: 95, 75 and 7A. RGB value is (149,117,122). Sum of RGB (Red+Green+Blue) = 149+117+122=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95757A is #6A8A85. Grayscale: #7F7F7F. Windows color (decimal): -6982278 or 8025493. OLE color: 8025493.

HSL color Cylindrical-coordinate representation of color #95757A: hue angle of 350.62º 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 #95757A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149117122-
CMYK00.210.180.42
HSL350.62º13.11%52.16%-
HSV(B)350.62º21.48%58.43%-
XYZ22.2720.5221.2-
YUV127.14125.1143.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=38.40%
G=30.15%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911712200.210.180.42350.6213.1152.16
Hex95757A015122A15fd34
Octal22516517202522525371564
Binary1001010111101011111010010101100101010101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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