Html Css Color HEX #9D747A Turkish Rose

📋 copy color: '#9D747A'

red 157 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #9D747A

Tints of Turkish Rose #9D747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 39.75%
G = 29.37%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D747A (or 0x9D747A) is known color: Turkish Rose. HEX triplet: 9D, 74 and 7A. RGB value is (157,116,122). Sum of RGB (Red+Green+Blue) = 157+116+122=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D747A is #628B85. Grayscale: #808080. Windows color (decimal): -6458246 or 8025245. OLE color: 8025245.

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

Color convert

RGB 157 116 122 -
CMYK 0 0.26 0.22 0.38
HSL 351.22º 0.17% 0.54% -
HSV(B) 351.22º 0.26% 0.62% -
XYZ 23.66 21.06 21.23 -
YUV 128.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 157 116 122 0 0.26 0.22 0.38 351.22 0.17 0.54
Hex 9D 74 7A 0 1A 16 26 15F 11 36
Octal 235 164 172 0 32 26 46 537 21 66
Binary 10011101 1110100 1111010 0 11010 10110 100110 101011111 10001 110110

Color Harmonies of #9D747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D747A

Black with #9D747A

Text Example


Text Example

White with #9D747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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