Html Css Color HEX #997A7C Turkish Rose

📋 copy color: '#997A7C'

red 153 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #997A7C

Tints of Turkish Rose #997A7C

RGB

 RED value IS 153 (60.16% from 255) = 38.35%

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 38.35%
G = 30.58%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#997A7C (or 0x997A7C) is known color: Turkish Rose. HEX triplet: 99, 7A and 7C. RGB value is (153,122,124). Sum of RGB (Red+Green+Blue) = 153+122+124=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A7C is #668583. Grayscale: #838383. Windows color (decimal): -6718852 or 8157849. OLE color: 8157849.

HSL color Cylindrical-coordinate representation of color #997A7C: hue angle of 356.13º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997A7C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 122 124 -
CMYK 0 0.20 0.19 0.4
HSL 356.13º 0.13% 0.54% -
HSV(B) 356.13º 0.2% 0.6% -
XYZ 23.73 22.15 22.09 -
YUV 131.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 153 122 124 0 0.20 0.19 0.4 356.13 0.13 0.54
Hex 99 7A 7C 0 14 13 28 164 D 36
Octal 231 172 174 0 24 23 50 544 15 66
Binary 10011001 1111010 1111100 0 10100 10011 101000 101100100 1101 110110

Color Harmonies of #997A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A7C

Black with #997A7C

Text Example


Text Example

White with #997A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997A7C; }

 p { color: rgb(153,122,124); }

 H1.HeaderClassName
 {
   color: #997A7C;
 }
 .AnyTagClassName
 {
   color: #997A7C;
 }
</style>

background-color css

<style>
 a { background-color: #997A7C; }

 a { background-color: rgb(153,122,124); }

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

border-color css

<style>
 span { border-color: #997A7C; }

 span { border-color: rgb(153,122,124); }

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