Html Css Color HEX #9B757E Turkish Rose

📋 copy color: '#9B757E'

red 155 ◦ green 117 ◦ blue 126

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

Shades of Turkish Rose #9B757E

Tints of Turkish Rose #9B757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 38.94%
G = 29.4%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B757E (or 0x9B757E) is known color: Turkish Rose. HEX triplet: 9B, 75 and 7E. RGB value is (155,117,126). Sum of RGB (Red+Green+Blue) = 155+117+126=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B757E is #648A81. Grayscale: #818181. Windows color (decimal): -6589058 or 8287643. OLE color: 8287643.

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

Color convert

RGB 155 117 126 -
CMYK 0 0.25 0.19 0.39
HSL 345.79º 0.16% 0.53% -
HSV(B) 345.79º 0.25% 0.61% -
XYZ 23.64 21.2 22.58 -
YUV 129.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 155 117 126 0 0.25 0.19 0.39 345.79 0.16 0.53
Hex 9B 75 7E 0 19 13 27 15A 10 35
Octal 233 165 176 0 31 23 47 532 20 65
Binary 10011011 1110101 1111110 0 11001 10011 100111 101011010 10000 110101

Color Harmonies of #9B757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B757E

Black with #9B757E

Text Example


Text Example

White with #9B757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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