Html Css Color HEX #997D80 Turkish Rose

📋 copy color: '#997D80'

red 153 ◦ green 125 ◦ blue 128

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

Shades of Turkish Rose #997D80

Tints of Turkish Rose #997D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 37.68%
G = 30.79%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997D80 (or 0x997D80) is known color: Turkish Rose. HEX triplet: 99, 7D and 80. RGB value is (153,125,128). Sum of RGB (Red+Green+Blue) = 153+125+128=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997D80 is #66827F. Grayscale: #858585. Windows color (decimal): -6718080 or 8420761. OLE color: 8420761.

HSL color Cylindrical-coordinate representation of color #997D80: hue angle of 353.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997D80 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 128 -
CMYK 0 0.18 0.16 0.4
HSL 353.57º 0.12% 0.55% -
HSV(B) 353.57º 0.18% 0.6% -
XYZ 24.37 23 23.58 -
YUV 133.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 153 125 128 0 0.18 0.16 0.4 353.57 0.12 0.55
Hex 99 7D 80 0 12 10 28 162 C 37
Octal 231 175 200 0 22 20 50 542 14 67
Binary 10011001 1111101 10000000 0 10010 10000 101000 101100010 1100 110111

Color Harmonies of #997D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D80

Black with #997D80

Text Example


Text Example

White with #997D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,128); }

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

background-color css

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

 a { background-color: rgb(153,125,128); }

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

border-color css

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

 span { border-color: rgb(153,125,128); }

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