Html Css Color HEX #9B757A Turkish Rose

📋 copy color: '#9B757A'

red 155 ◦ green 117 ◦ blue 122

#9B757A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9B757A

Tints of Turkish Rose #9B757A

RGB

 RED value IS 155 (60.94% from 255) = 39.34%

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 39.34%
G = 29.7%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B757A (or 0x9B757A) is known color: Turkish Rose. HEX triplet: 9B, 75 and 7A. RGB value is (155,117,122). Sum of RGB (Red+Green+Blue) = 155+117+122=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B757A is #648A85. Grayscale: #808080. Windows color (decimal): -6589062 or 8025499. OLE color: 8025499.

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

Color convert

RGB 155 117 122 -
CMYK 0 0.25 0.21 0.39
HSL 352.11º 0.16% 0.53% -
HSV(B) 352.11º 0.25% 0.61% -
XYZ 23.39 21.1 21.25 -
YUV 128.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 155 117 122 0 0.25 0.21 0.39 352.11 0.16 0.53
Hex 9B 75 7A 0 19 15 27 160 10 35
Octal 233 165 172 0 31 25 47 540 20 65
Binary 10011011 1110101 1111010 0 11001 10101 100111 101100000 10000 110101

Color Harmonies of #9B757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B757A

Black with #9B757A

Text Example


Text Example

White with #9B757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B757A;
 }
 .AnyTagClassName
 {
   color: #9B757A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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