#9B777D

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

Shades of Turkish Rose #9B777D

Tints of Turkish Rose #9B777D

Color information

#9B777D (or 0x9B777D) is unknown color: approx Turkish Rose. HEX triplet: 9B, 77 and 7D. RGB value is (155,119,125). Sum of RGB (Red+Green+Blue) = 155+119+125=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B777D is #648882. Grayscale: #828282. Windows color (decimal): -6588547 or 8222619. OLE color: 8222619.

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

Color convert

RGB155119125-
CMYK00.230.190.39
HSL350º15.25%53.73%-
HSV(B)350º23.23%60.78%-
XYZ23.8221.6422.32-
YUV130.45124.93145.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=38.85%
G=29.82%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511912500.230.190.3935015.2553.73
Hex9B777D017132715ef36
Octal23316717502723475361766
Binary1001101111101111111101010111100111001111010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,125); }

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

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

 a { background-color: rgb(155,119,125); }

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

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

 span { border-color: rgb(155,119,125); }

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