Html Css Color HEX #997377 Turkish Rose

📋 copy color: '#997377'

red 153 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #997377

Tints of Turkish Rose #997377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 39.53%
G = 29.72%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#997377 (or 0x997377) is known color: Turkish Rose. HEX triplet: 99, 73 and 77. RGB value is (153,115,119). Sum of RGB (Red+Green+Blue) = 153+115+119=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997377 is #668C88. Grayscale: #7E7E7E. Windows color (decimal): -6720649 or 7828377. OLE color: 7828377.

HSL color Cylindrical-coordinate representation of color #997377: hue angle of 353.68º 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 #997377 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 119 -
CMYK 0 0.25 0.22 0.4
HSL 353.68º 0.16% 0.53% -
HSV(B) 353.68º 0.25% 0.6% -
XYZ 22.6 20.37 20.19 -
YUV 126.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 153 115 119 0 0.25 0.22 0.4 353.68 0.16 0.53
Hex 99 73 77 0 19 16 28 162 10 35
Octal 231 163 167 0 31 26 50 542 20 65
Binary 10011001 1110011 1110111 0 11001 10110 101000 101100010 10000 110101

Color Harmonies of #997377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997377

Black with #997377

Text Example


Text Example

White with #997377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997377; }

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

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

background-color css

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

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

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

border-color css

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

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

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