Html Css Color HEX #997376 Turkish Rose

📋 copy color: '#997376'

red 153 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #997376

Tints of Turkish Rose #997376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 39.64%
G = 29.79%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#997376 (or 0x997376) is known color: Turkish Rose. HEX triplet: 99, 73 and 76. RGB value is (153,115,118). Sum of RGB (Red+Green+Blue) = 153+115+118=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #997376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997376 is #668C89. Grayscale: #7E7E7E. Windows color (decimal): -6720650 or 7762841. OLE color: 7762841.

HSL color Cylindrical-coordinate representation of color #997376: hue angle of 355.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997376 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 118 -
CMYK 0 0.25 0.23 0.4
HSL 355.26º 0.16% 0.53% -
HSV(B) 355.26º 0.25% 0.6% -
XYZ 22.54 20.34 19.88 -
YUV 126.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 153 115 118 0 0.25 0.23 0.4 355.26 0.16 0.53
Hex 99 73 76 0 19 17 28 163 10 35
Octal 231 163 166 0 31 27 50 543 20 65
Binary 10011001 1110011 1110110 0 11001 10111 101000 101100011 10000 110101

Color Harmonies of #997376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997376

Black with #997376

Text Example


Text Example

White with #997376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997376; }

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

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

background-color css

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

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

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

border-color css

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

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

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