Html Css Color HEX #997879 Turkish Rose

📋 copy color: '#997879'

red 153 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #997879

Tints of Turkish Rose #997879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 38.83%
G = 30.46%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#997879 (or 0x997879) is known color: Turkish Rose. HEX triplet: 99, 78 and 79. RGB value is (153,120,121). Sum of RGB (Red+Green+Blue) = 153+120+121=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997879 is #668786. Grayscale: #828282. Windows color (decimal): -6719367 or 7960729. OLE color: 7960729.

HSL color Cylindrical-coordinate representation of color #997879: hue angle of 358.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997879 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 121 -
CMYK 0 0.22 0.21 0.4
HSL 358.18º 0.14% 0.54% -
HSV(B) 358.18º 0.22% 0.6% -
XYZ 23.3 21.59 21.03 -
YUV 129.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 153 120 121 0 0.22 0.21 0.4 358.18 0.14 0.54
Hex 99 78 79 0 16 15 28 166 E 36
Octal 231 170 171 0 26 25 50 546 16 66
Binary 10011001 1111000 1111001 0 10110 10101 101000 101100110 1110 110110

Color Harmonies of #997879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997879

Black with #997879

Text Example


Text Example

White with #997879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997879; }

 p { color: rgb(153,120,121); }

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

background-color css

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

 a { background-color: rgb(153,120,121); }

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

border-color css

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

 span { border-color: rgb(153,120,121); }

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