#9B777A

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

Shades of Turkish Rose #9B777A

Tints of Turkish Rose #9B777A

Color information

#9B777A (or 0x9B777A) is unknown color: approx Turkish Rose. HEX triplet: 9B, 77 and 7A. RGB value is (155,119,122). Sum of RGB (Red+Green+Blue) = 155+119+122=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B777A is #648885. Grayscale: #828282. Windows color (decimal): -6588550 or 8026011. OLE color: 8026011.

HSL color Cylindrical-coordinate representation of color #9B777A: hue angle of 355º 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 #9B777A is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB155119122-
CMYK00.230.210.39
HSL355º15.25%53.73%-
HSV(B)355º23.23%60.78%-
XYZ23.6321.5721.33-
YUV130.11123.43145.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=39.14%
G=30.05%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511912200.230.210.3935515.2553.73
Hex9B777A0171527163f36
Octal23316717202725475431766
Binary1001101111101111111010010111101011001111011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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