Html Css Color HEX #9B767E Turkish Rose

📋 copy color: '#9B767E'

red 155 ◦ green 118 ◦ blue 126

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

Shades of Turkish Rose #9B767E

Tints of Turkish Rose #9B767E

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 value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B767E (or 0x9B767E) is known color: 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

RGB 155 118 126 -
CMYK 0 0.24 0.19 0.39
HSL 347.03º 0.16% 0.54% -
HSV(B) 347.03º 0.24% 0.61% -
XYZ 23.76 21.43 22.62 -
YUV 129.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 155 118 126 0 0.24 0.19 0.39 347.03 0.16 0.54
Hex 9B 76 7E 0 18 13 27 15B 10 36
Octal 233 166 176 0 30 23 47 533 20 66
Binary 10011011 1110110 1111110 0 11000 10011 100111 101011011 10000 110110

Color Harmonies of #9B767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B767E

Black with #9B767E

Text Example


Text Example

White with #9B767E

Text Example


Text Example

HTML Codes & Css Web 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>