Html Css Color HEX #9F757A Turkish Rose

📋 copy color: '#9F757A'

red 159 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #9F757A

Tints of Turkish Rose #9F757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 39.95%
G = 29.4%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F757A (or 0x9F757A) is known color: Turkish Rose. HEX triplet: 9F, 75 and 7A. RGB value is (159,117,122). Sum of RGB (Red+Green+Blue) = 159+117+122=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F757A is #608A85. Grayscale: #828282. Windows color (decimal): -6326918 or 8025503. OLE color: 8025503.

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

Color convert

RGB 159 117 122 -
CMYK 0 0.26 0.23 0.38
HSL 352.86º 0.18% 0.54% -
HSV(B) 352.86º 0.26% 0.62% -
XYZ 24.17 21.5 21.29 -
YUV 130.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 159 117 122 0 0.26 0.23 0.38 352.86 0.18 0.54
Hex 9F 75 7A 0 1A 17 26 161 12 36
Octal 237 165 172 0 32 27 46 541 22 66
Binary 10011111 1110101 1111010 0 11010 10111 100110 101100001 10010 110110

Color Harmonies of #9F757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F757A

Black with #9F757A

Text Example


Text Example

White with #9F757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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