#9C777F

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

Shades of Turkish Rose #9C777F

Tints of Turkish Rose #9C777F

Color information

#9C777F (or 0x9C777F) is unknown color: approx Turkish Rose. HEX triplet: 9C, 77 and 7F. RGB value is (156,119,127). Sum of RGB (Red+Green+Blue) = 156+119+127=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C777F is #638880. Grayscale: #828282. Windows color (decimal): -6523009 or 8353692. OLE color: 8353692.

HSL color Cylindrical-coordinate representation of color #9C777F: hue angle of 347.03º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C777F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156119127-
CMYK00.240.190.39
HSL347.03º15.74%53.92%-
HSV(B)347.03º23.72%61.18%-
XYZ24.1421.7923.01-
YUV130.98125.76145.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 127 (50% from 255) = 31.59%
R=38.81%
G=29.60%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611912700.240.190.39347.0315.7453.92
Hex9C777F018132715b1036
Octal23416717703023475332066
Binary10011100111011111111110110001001110011110101101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C777F; }

 p { color: rgb(156,119,127); }

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

<style>
 a { background-color: #9C777F; }

 a { background-color: rgb(156,119,127); }

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

<style>
 span { border-color: #9C777F; }

 span { border-color: rgb(156,119,127); }

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