Html Css Color HEX #9B7A7C Turkish Rose

📋 copy color: '#9B7A7C'

red 155 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #9B7A7C

Tints of Turkish Rose #9B7A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 38.65%
G = 30.42%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B7A7C (or 0x9B7A7C) is known color: Turkish Rose. HEX triplet: 9B, 7A and 7C. RGB value is (155,122,124). Sum of RGB (Red+Green+Blue) = 155+122+124=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A7C is #648583. Grayscale: #848484. Windows color (decimal): -6587780 or 8157851. OLE color: 8157851.

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

Color convert

RGB 155 122 124 -
CMYK 0 0.21 0.2 0.39
HSL 356.36º 0.14% 0.54% -
HSV(B) 356.36º 0.21% 0.61% -
XYZ 24.12 22.34 22.11 -
YUV 132.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 155 122 124 0 0.21 0.2 0.39 356.36 0.14 0.54
Hex 9B 7A 7C 0 15 14 27 164 E 36
Octal 233 172 174 0 25 24 47 544 16 66
Binary 10011011 1111010 1111100 0 10101 10100 100111 101100100 1110 110110

Color Harmonies of #9B7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A7C

Black with #9B7A7C

Text Example


Text Example

White with #9B7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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