#96757A

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

Shades of Turkish Rose #96757A

Tints of Turkish Rose #96757A

Color information

#96757A (or 0x96757A) is unknown color: approx Turkish Rose. HEX triplet: 96, 75 and 7A. RGB value is (150,117,122). Sum of RGB (Red+Green+Blue) = 150+117+122=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96757A is #698A85. Grayscale: #7F7F7F. Windows color (decimal): -6916742 or 8025494. OLE color: 8025494.

HSL color Cylindrical-coordinate representation of color #96757A: hue angle of 350.91º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96757A is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150117122-
CMYK00.220.190.41
HSL350.91º13.58%52.35%-
HSV(B)350.91º22%58.82%-
XYZ22.4520.6121.21-
YUV127.44124.93144.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=38.56%
G=30.08%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011712200.220.190.41350.9113.5852.35
Hex96757A016132915fe34
Octal22616517202623515371664
Binary1001011011101011111010010110100111010011010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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