Html Css Color HEX #9F787A Turkish Rose

📋 copy color: '#9F787A'

red 159 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #9F787A

Tints of Turkish Rose #9F787A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 39.65%
G = 29.93%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F787A (or 0x9F787A) is known color: Turkish Rose. HEX triplet: 9F, 78 and 7A. RGB value is (159,120,122). Sum of RGB (Red+Green+Blue) = 159+120+122=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F787A is #608785. Grayscale: #838383. Windows color (decimal): -6326150 or 8026271. OLE color: 8026271.

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

Color convert

RGB 159 120 122 -
CMYK 0 0.25 0.23 0.38
HSL 356.92º 0.17% 0.55% -
HSV(B) 356.92º 0.25% 0.62% -
XYZ 24.53 22.21 21.41 -
YUV 131.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 159 120 122 0 0.25 0.23 0.38 356.92 0.17 0.55
Hex 9F 78 7A 0 19 17 26 165 11 37
Octal 237 170 172 0 31 27 46 545 21 67
Binary 10011111 1111000 1111010 0 11001 10111 100110 101100101 10001 110111

Color Harmonies of #9F787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F787A

Black with #9F787A

Text Example


Text Example

White with #9F787A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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