Html Css Color HEX #9A7577 Turkish Rose

📋 copy color: '#9A7577'

red 154 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #9A7577

Tints of Turkish Rose #9A7577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 39.49%
G = 30%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A7577 (or 0x9A7577) is known color: Turkish Rose. HEX triplet: 9A, 75 and 77. RGB value is (154,117,119). Sum of RGB (Red+Green+Blue) = 154+117+119=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7577 is #658A88. Grayscale: #808080. Windows color (decimal): -6654601 or 7828890. OLE color: 7828890.

HSL color Cylindrical-coordinate representation of color #9A7577: hue angle of 356.76º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7577 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 119 -
CMYK 0 0.24 0.23 0.40
HSL 356.76º 0.15% 0.53% -
HSV(B) 356.76º 0.24% 0.6% -
XYZ 23.02 20.92 20.28 -
YUV 128.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 154 117 119 0 0.24 0.23 0.40 356.76 0.15 0.53
Hex 9A 75 77 0 18 17 28 165 F 35
Octal 232 165 167 0 30 27 50 545 17 65
Binary 10011010 1110101 1110111 0 11000 10111 101000 101100101 1111 110101

Color Harmonies of #9A7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7577

Black with #9A7577

Text Example


Text Example

White with #9A7577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,119); }

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

background-color css

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

 a { background-color: rgb(154,117,119); }

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

border-color css

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

 span { border-color: rgb(154,117,119); }

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