Html Css Color HEX #997476 Turkish Rose

📋 copy color: '#997476'

red 153 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #997476

Tints of Turkish Rose #997476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 39.53%
G = 29.97%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#997476 (or 0x997476) is known color: Turkish Rose. HEX triplet: 99, 74 and 76. RGB value is (153,116,118). Sum of RGB (Red+Green+Blue) = 153+116+118=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997476 is #668B89. Grayscale: #7F7F7F. Windows color (decimal): -6720394 or 7763097. OLE color: 7763097.

HSL color Cylindrical-coordinate representation of color #997476: 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 #997476 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 118 -
CMYK 0 0.24 0.23 0.4
HSL 356.76º 0.15% 0.53% -
HSV(B) 356.76º 0.24% 0.6% -
XYZ 22.65 20.57 19.92 -
YUV 127.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 153 116 118 0 0.24 0.23 0.4 356.76 0.15 0.53
Hex 99 74 76 0 18 17 28 165 F 35
Octal 231 164 166 0 30 27 50 545 17 65
Binary 10011001 1110100 1110110 0 11000 10111 101000 101100101 1111 110101

Color Harmonies of #997476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997476

Black with #997476

Text Example


Text Example

White with #997476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997476; }

 p { color: rgb(153,116,118); }

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

background-color css

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

 a { background-color: rgb(153,116,118); }

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

border-color css

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

 span { border-color: rgb(153,116,118); }

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