Html Css Color HEX #997078 Turkish Rose

📋 copy color: '#997078'

red 153 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #997078

Tints of Turkish Rose #997078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 39.74%
G = 29.09%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#997078 (or 0x997078) is known color: Turkish Rose. HEX triplet: 99, 70 and 78. RGB value is (153,112,120). Sum of RGB (Red+Green+Blue) = 153+112+120=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #997078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997078 is #668F87. Grayscale: #7D7D7D. Windows color (decimal): -6721416 or 7893145. OLE color: 7893145.

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

Color convert

RGB 153 112 120 -
CMYK 0 0.27 0.22 0.4
HSL 348.29º 0.17% 0.52% -
HSV(B) 348.29º 0.27% 0.6% -
XYZ 22.32 19.72 20.4 -
YUV 125.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 153 112 120 0 0.27 0.22 0.4 348.29 0.17 0.52
Hex 99 70 78 0 1B 16 28 15C 11 34
Octal 231 160 170 0 33 26 50 534 21 64
Binary 10011001 1110000 1111000 0 11011 10110 101000 101011100 10001 110100

Color Harmonies of #997078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997078

Black with #997078

Text Example


Text Example

White with #997078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997078; }

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

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

background-color css

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

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

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

border-color css

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

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

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