#95767A

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

Shades of Turkish Rose #95767A

Tints of Turkish Rose #95767A

Color information

#95767A (or 0x95767A) is unknown color: approx Turkish Rose. HEX triplet: 95, 76 and 7A. RGB value is (149,118,122). Sum of RGB (Red+Green+Blue) = 149+118+122=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767A is #6A8985. Grayscale: #7F7F7F. Windows color (decimal): -6982022 or 8025749. OLE color: 8025749.

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

Color convert

RGB149118122-
CMYK00.210.180.42
HSL352.26º12.76%52.35%-
HSV(B)352.26º20.81%58.43%-
XYZ22.3920.7521.24-
YUV127.72124.77143.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=38.30%
G=30.33%
B=31.36%

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
Decimal14911812200.210.180.42352.2612.7652.35
Hex95767A015122A160d34
Octal22516617202522525401564
Binary1001010111101101111010010101100101010101011000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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