Html Css Color HEX #9A7178 Turkish Rose

📋 copy color: '#9A7178'

red 154 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #9A7178

Tints of Turkish Rose #9A7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 39.79%
G = 29.2%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#9A7178 (or 0x9A7178) is known color: Turkish Rose. HEX triplet: 9A, 71 and 78. RGB value is (154,113,120). Sum of RGB (Red+Green+Blue) = 154+113+120=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7178 is #658E87. Grayscale: #7E7E7E. Windows color (decimal): -6655624 or 7893402. OLE color: 7893402.

HSL color Cylindrical-coordinate representation of color #9A7178: hue angle of 349.76º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7178 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 120 -
CMYK 0 0.27 0.22 0.40
HSL 349.76º 0.17% 0.52% -
HSV(B) 349.76º 0.27% 0.6% -
XYZ 22.62 20.04 20.44 -
YUV 126.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 154 113 120 0 0.27 0.22 0.40 349.76 0.17 0.52
Hex 9A 71 78 0 1B 16 28 15E 11 34
Octal 232 161 170 0 33 26 50 536 21 64
Binary 10011010 1110001 1111000 0 11011 10110 101000 101011110 10001 110100

Color Harmonies of #9A7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7178

Black with #9A7178

Text Example


Text Example

White with #9A7178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,120); }

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

background-color css

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

 a { background-color: rgb(154,113,120); }

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

border-color css

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

 span { border-color: rgb(154,113,120); }

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