Html Css Color HEX #9A777C Turkish Rose

📋 copy color: '#9A777C'

red 154 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #9A777C

Tints of Turkish Rose #9A777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 38.79%
G = 29.97%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A777C (or 0x9A777C) is known color: Turkish Rose. HEX triplet: 9A, 77 and 7C. RGB value is (154,119,124). Sum of RGB (Red+Green+Blue) = 154+119+124=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A777C is #658883. Grayscale: #828282. Windows color (decimal): -6654084 or 8157082. OLE color: 8157082.

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

Color convert

RGB 154 119 124 -
CMYK 0 0.23 0.19 0.40
HSL 351.43º 0.15% 0.54% -
HSV(B) 351.43º 0.23% 0.6% -
XYZ 23.56 21.52 21.98 -
YUV 130.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 154 119 124 0 0.23 0.19 0.40 351.43 0.15 0.54
Hex 9A 77 7C 0 17 13 28 15F F 36
Octal 232 167 174 0 27 23 50 537 17 66
Binary 10011010 1110111 1111100 0 10111 10011 101000 101011111 1111 110110

Color Harmonies of #9A777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A777C

Black with #9A777C

Text Example


Text Example

White with #9A777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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