Html Css Color HEX #997B7C Turkish Rose

📋 copy color: '#997B7C'

red 153 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #997B7C

Tints of Turkish Rose #997B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.75%

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

R = 38.25%
G = 30.75%
B = 31%

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

#997B7C (or 0x997B7C) is known color: Turkish Rose. HEX triplet: 99, 7B and 7C. RGB value is (153,123,124). Sum of RGB (Red+Green+Blue) = 153+123+124=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B7C is #668483. Grayscale: #848484. Windows color (decimal): -6718596 or 8158105. OLE color: 8158105.

HSL color Cylindrical-coordinate representation of color #997B7C: hue angle of 358º 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 #997B7C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 124 -
CMYK 0 0.20 0.19 0.4
HSL 358º 0.13% 0.54% -
HSV(B) 358º 0.2% 0.6% -
XYZ 23.86 22.39 22.13 -
YUV 132.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 153 123 124 0 0.20 0.19 0.4 358 0.13 0.54
Hex 99 7B 7C 0 14 13 28 166 D 36
Octal 231 173 174 0 24 23 50 546 15 66
Binary 10011001 1111011 1111100 0 10100 10011 101000 101100110 1101 110110

Color Harmonies of #997B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B7C

Black with #997B7C

Text Example


Text Example

White with #997B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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