Html Css Color HEX #997278 Turkish Rose

📋 copy color: '#997278'

red 153 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #997278

Tints of Turkish Rose #997278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 39.53%
G = 29.46%
B = 31.01%

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

#997278 (or 0x997278) is known color: Turkish Rose. HEX triplet: 99, 72 and 78. RGB value is (153,114,120). Sum of RGB (Red+Green+Blue) = 153+114+120=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997278 is #668D87. Grayscale: #7E7E7E. Windows color (decimal): -6720904 or 7893657. OLE color: 7893657.

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

Color convert

RGB 153 114 120 -
CMYK 0 0.25 0.22 0.4
HSL 350.77º 0.16% 0.52% -
HSV(B) 350.77º 0.25% 0.6% -
XYZ 22.54 20.16 20.47 -
YUV 126.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 153 114 120 0 0.25 0.22 0.4 350.77 0.16 0.52
Hex 99 72 78 0 19 16 28 15F 10 34
Octal 231 162 170 0 31 26 50 537 20 64
Binary 10011001 1110010 1111000 0 11001 10110 101000 101011111 10000 110100

Color Harmonies of #997278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997278

Black with #997278

Text Example


Text Example

White with #997278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997278; }

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

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

background-color css

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

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

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

border-color css

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

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

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