Html Css Color HEX #9B767F Turkish Rose

📋 copy color: '#9B767F'

red 155 ◦ green 118 ◦ blue 127

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

Shades of Turkish Rose #9B767F

Tints of Turkish Rose #9B767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 38.75%
G = 29.5%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B767F (or 0x9B767F) is known color: Turkish Rose. HEX triplet: 9B, 76 and 7F. RGB value is (155,118,127). Sum of RGB (Red+Green+Blue) = 155+118+127=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B767F is #648980. Grayscale: #828282. Windows color (decimal): -6588801 or 8353435. OLE color: 8353435.

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

Color convert

RGB 155 118 127 -
CMYK 0 0.24 0.18 0.39
HSL 345.41º 0.16% 0.54% -
HSV(B) 345.41º 0.24% 0.61% -
XYZ 23.83 21.46 22.96 -
YUV 130.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 155 118 127 0 0.24 0.18 0.39 345.41 0.16 0.54
Hex 9B 76 7F 0 18 12 27 159 10 36
Octal 233 166 177 0 30 22 47 531 20 66
Binary 10011011 1110110 1111111 0 11000 10010 100111 101011001 10000 110110

Color Harmonies of #9B767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B767F

Black with #9B767F

Text Example


Text Example

White with #9B767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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