#95747A

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

Shades of Turkish Rose #95747A

Tints of Turkish Rose #95747A

Color information

#95747A (or 0x95747A) is unknown color: approx Turkish Rose. HEX triplet: 95, 74 and 7A. RGB value is (149,116,122). Sum of RGB (Red+Green+Blue) = 149+116+122=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95747A is #6A8B85. Grayscale: #7E7E7E. Windows color (decimal): -6982534 or 8025237. OLE color: 8025237.

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

Color convert

RGB149116122-
CMYK00.220.180.42
HSL349.09º13.47%51.96%-
HSV(B)349.09º22.15%58.43%-
XYZ22.1520.2921.16-
YUV126.55125.43144.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=38.50%
G=29.97%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911612200.220.180.42349.0913.4751.96
Hex95747A016122A15dd34
Octal22516417202622525351564
Binary1001010111101001111010010110100101010101010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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