#96777A

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

Shades of Turkish Rose #96777A

Tints of Turkish Rose #96777A

Color information

#96777A (or 0x96777A) is unknown color: approx Turkish Rose. HEX triplet: 96, 77 and 7A. RGB value is (150,119,122). Sum of RGB (Red+Green+Blue) = 150+119+122=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96777A is #698885. Grayscale: #808080. Windows color (decimal): -6916230 or 8026006. OLE color: 8026006.

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

Color convert

RGB150119122-
CMYK00.210.190.41
HSL354.19º12.86%52.75%-
HSV(B)354.19º20.67%58.82%-
XYZ22.6921.0821.29-
YUV128.61124.27143.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=38.36%
G=30.43%
B=31.20%

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
Decimal15011912200.210.190.41354.1912.8652.75
Hex96777A0151329162d35
Octal22616717202523515421565
Binary1001011011101111111010010101100111010011011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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