Html Css Color HEX #9B777F Turkish Rose

📋 copy color: '#9B777F'

red 155 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #9B777F

Tints of Turkish Rose #9B777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.68%

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

R = 38.65%
G = 29.68%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B777F (or 0x9B777F) is known color: Turkish Rose. HEX triplet: 9B, 77 and 7F. RGB value is (155,119,127). Sum of RGB (Red+Green+Blue) = 155+119+127=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B777F is #648880. Grayscale: #828282. Windows color (decimal): -6588545 or 8353691. OLE color: 8353691.

HSL color Cylindrical-coordinate representation of color #9B777F: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B777F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 119 127 -
CMYK 0 0.23 0.18 0.39
HSL 346.67º 0.15% 0.54% -
HSV(B) 346.67º 0.23% 0.61% -
XYZ 23.95 21.69 23 -
YUV 130.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 155 119 127 0 0.23 0.18 0.39 346.67 0.15 0.54
Hex 9B 77 7F 0 17 12 27 15B F 36
Octal 233 167 177 0 27 22 47 533 17 66
Binary 10011011 1110111 1111111 0 10111 10010 100111 101011011 1111 110110

Color Harmonies of #9B777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B777F

Black with #9B777F

Text Example


Text Example

White with #9B777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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