Html Css Color HEX #9A7D81 Turkish Rose

📋 copy color: '#9A7D81'

red 154 ◦ green 125 ◦ blue 129

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

Shades of Turkish Rose #9A7D81

Tints of Turkish Rose #9A7D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 37.75%
G = 30.64%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A7D81 (or 0x9A7D81) is known color: Turkish Rose. HEX triplet: 9A, 7D and 81. RGB value is (154,125,129). Sum of RGB (Red+Green+Blue) = 154+125+129=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D81 is #65827E. Grayscale: #868686. Windows color (decimal): -6652543 or 8486298. OLE color: 8486298.

HSL color Cylindrical-coordinate representation of color #9A7D81: hue angle of 351.72º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D81 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 125 129 -
CMYK 0 0.19 0.16 0.40
HSL 351.72º 0.13% 0.55% -
HSV(B) 351.72º 0.19% 0.6% -
XYZ 24.62 23.12 23.93 -
YUV 134.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 154 125 129 0 0.19 0.16 0.40 351.72 0.13 0.55
Hex 9A 7D 81 0 13 10 28 160 D 37
Octal 232 175 201 0 23 20 50 540 15 67
Binary 10011010 1111101 10000001 0 10011 10000 101000 101100000 1101 110111

Color Harmonies of #9A7D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D81

Black with #9A7D81

Text Example


Text Example

White with #9A7D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,129); }

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

background-color css

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

 a { background-color: rgb(154,125,129); }

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

border-color css

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

 span { border-color: rgb(154,125,129); }

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