#9B767E

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

Shades of Turkish Rose #9B767E

Tints of Turkish Rose #9B767E

Color information

#9B767E (or 0x9B767E) is unknown color: approx Turkish Rose. HEX triplet: 9B, 76 and 7E. RGB value is (155,118,126). Sum of RGB (Red+Green+Blue) = 155+118+126=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B767E is #648981. Grayscale: #818181. Windows color (decimal): -6588802 or 8287899. OLE color: 8287899.

HSL color Cylindrical-coordinate representation of color #9B767E: 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 #9B767E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB155118126-
CMYK00.240.190.39
HSL347.03º15.61%53.53%-
HSV(B)347.03º23.87%60.78%-
XYZ23.7621.4322.62-
YUV129.98125.76145.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=38.85%
G=29.57%
B=31.58%

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
Decimal15511812600.240.190.39347.0315.6153.53
Hex9B767E018132715b1036
Octal23316617603023475332066
Binary10011011111011011111100110001001110011110101101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,126); }

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

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

 a { background-color: rgb(155,118,126); }

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

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

 span { border-color: rgb(155,118,126); }

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