Html Css Color HEX #9D7274 Turkish Rose

📋 copy color: '#9D7274'

red 157 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #9D7274

Tints of Turkish Rose #9D7274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 40.57%
G = 29.46%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D7274 (or 0x9D7274) is known color: Turkish Rose. HEX triplet: 9D, 72 and 74. RGB value is (157,114,116). Sum of RGB (Red+Green+Blue) = 157+114+116=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7274 is #628D8B. Grayscale: #7F7F7F. Windows color (decimal): -6458764 or 7631517. OLE color: 7631517.

HSL color Cylindrical-coordinate representation of color #9D7274: hue angle of 357.21º 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 #9D7274 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 114 116 -
CMYK 0 0.27 0.26 0.38
HSL 357.21º 0.18% 0.53% -
HSV(B) 357.21º 0.27% 0.62% -
XYZ 23.07 20.46 19.26 -
YUV 127.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 157 114 116 0 0.27 0.26 0.38 357.21 0.18 0.53
Hex 9D 72 74 0 1B 1A 26 165 12 35
Octal 235 162 164 0 33 32 46 545 22 65
Binary 10011101 1110010 1110100 0 11011 11010 100110 101100101 10010 110101

Color Harmonies of #9D7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7274

Black with #9D7274

Text Example


Text Example

White with #9D7274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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