Html Css Color HEX #9F747A Turkish Rose

📋 copy color: '#9F747A'

red 159 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #9F747A

Tints of Turkish Rose #9F747A

RGB

 RED value IS 159 (62.5% from 255) = 40.05%

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

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

R = 40.05%
G = 29.22%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F747A (or 0x9F747A) is known color: Turkish Rose. HEX triplet: 9F, 74 and 7A. RGB value is (159,116,122). Sum of RGB (Red+Green+Blue) = 159+116+122=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F747A is #608B85. Grayscale: #818181. Windows color (decimal): -6327174 or 8025247. OLE color: 8025247.

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

Color convert

RGB 159 116 122 -
CMYK 0 0.27 0.23 0.38
HSL 351.63º 0.18% 0.54% -
HSV(B) 351.63º 0.27% 0.62% -
XYZ 24.06 21.27 21.25 -
YUV 129.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 159 116 122 0 0.27 0.23 0.38 351.63 0.18 0.54
Hex 9F 74 7A 0 1B 17 26 160 12 36
Octal 237 164 172 0 33 27 46 540 22 66
Binary 10011111 1110100 1111010 0 11011 10111 100110 101100000 10010 110110

Color Harmonies of #9F747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F747A

Black with #9F747A

Text Example


Text Example

White with #9F747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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