Html Css Color HEX #9A797E Turkish Rose

📋 copy color: '#9A797E'

red 154 ◦ green 121 ◦ blue 126

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

Shades of Turkish Rose #9A797E

Tints of Turkish Rose #9A797E

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 38.4%
G = 30.17%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A797E (or 0x9A797E) is known color: Turkish Rose. HEX triplet: 9A, 79 and 7E. RGB value is (154,121,126). Sum of RGB (Red+Green+Blue) = 154+121+126=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A797E is #658681. Grayscale: #838383. Windows color (decimal): -6653570 or 8288666. OLE color: 8288666.

HSL color Cylindrical-coordinate representation of color #9A797E: hue angle of 350.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A797E is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 121 126 -
CMYK 0 0.21 0.18 0.40
HSL 350.91º 0.14% 0.54% -
HSV(B) 350.91º 0.21% 0.6% -
XYZ 23.93 22.05 22.73 -
YUV 131.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 154 121 126 0 0.21 0.18 0.40 350.91 0.14 0.54
Hex 9A 79 7E 0 15 12 28 15F E 36
Octal 232 171 176 0 25 22 50 537 16 66
Binary 10011010 1111001 1111110 0 10101 10010 101000 101011111 1110 110110

Color Harmonies of #9A797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A797E

Black with #9A797E

Text Example


Text Example

White with #9A797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,121,126); }

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

background-color css

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

 a { background-color: rgb(154,121,126); }

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

border-color css

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

 span { border-color: rgb(154,121,126); }

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