#96767A

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

Shades of Turkish Rose #96767A

Tints of Turkish Rose #96767A

Color information

#96767A (or 0x96767A) is unknown color: approx Turkish Rose. HEX triplet: 96, 76 and 7A. RGB value is (150,118,122). Sum of RGB (Red+Green+Blue) = 150+118+122=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767A is #698985. Grayscale: #808080. Windows color (decimal): -6916486 or 8025750. OLE color: 8025750.

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

Color convert

RGB150118122-
CMYK00.210.190.41
HSL352.5º13.22%52.55%-
HSV(B)352.5º21.33%58.82%-
XYZ22.5720.8521.25-
YUV128.02124.6143.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=38.46%
G=30.26%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011812200.210.190.41352.513.2252.55
Hex96767A0151329160d35
Octal22616617202523515401565
Binary1001011011101101111010010101100111010011011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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