Html Css Color HEX #9D7275 Turkish Rose

📋 copy color: '#9D7275'

red 157 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #9D7275

Tints of Turkish Rose #9D7275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 40.46%
G = 29.38%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D7275 (or 0x9D7275) is known color: Turkish Rose. HEX triplet: 9D, 72 and 75. RGB value is (157,114,117). Sum of RGB (Red+Green+Blue) = 157+114+117=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7275 is #628D8A. Grayscale: #7F7F7F. Windows color (decimal): -6458763 or 7697053. OLE color: 7697053.

HSL color Cylindrical-coordinate representation of color #9D7275: hue angle of 355.81º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7275 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 114 117 -
CMYK 0 0.27 0.25 0.38
HSL 355.81º 0.18% 0.53% -
HSV(B) 355.81º 0.27% 0.62% -
XYZ 23.13 20.49 19.56 -
YUV 127.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 157 114 117 0 0.27 0.25 0.38 355.81 0.18 0.53
Hex 9D 72 75 0 1B 19 26 164 12 35
Octal 235 162 165 0 33 31 46 544 22 65
Binary 10011101 1110010 1110101 0 11011 11001 100110 101100100 10010 110101

Color Harmonies of #9D7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7275

Black with #9D7275

Text Example


Text Example

White with #9D7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,114,117); }

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

background-color css

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

 a { background-color: rgb(157,114,117); }

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

border-color css

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

 span { border-color: rgb(157,114,117); }

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