Html Css Color HEX #9D7A7C Turkish Rose

📋 copy color: '#9D7A7C'

red 157 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #9D7A7C

Tints of Turkish Rose #9D7A7C

RGB

 RED value IS 157 (61.72% from 255) = 38.96%

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

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

R = 38.96%
G = 30.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D7A7C (or 0x9D7A7C) is known color: Turkish Rose. HEX triplet: 9D, 7A and 7C. RGB value is (157,122,124). Sum of RGB (Red+Green+Blue) = 157+122+124=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A7C is #628583. Grayscale: #848484. Windows color (decimal): -6456708 or 8157853. OLE color: 8157853.

HSL color Cylindrical-coordinate representation of color #9D7A7C: hue angle of 356.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7A7C is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 122 124 -
CMYK 0 0.22 0.21 0.38
HSL 356.57º 0.15% 0.55% -
HSV(B) 356.57º 0.22% 0.62% -
XYZ 24.5 22.54 22.13 -
YUV 132.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 157 122 124 0 0.22 0.21 0.38 356.57 0.15 0.55
Hex 9D 7A 7C 0 16 15 26 165 F 37
Octal 235 172 174 0 26 25 46 545 17 67
Binary 10011101 1111010 1111100 0 10110 10101 100110 101100101 1111 110111

Color Harmonies of #9D7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7A7C

Black with #9D7A7C

Text Example


Text Example

White with #9D7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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