Html Css Color HEX #986C78 Turkish Rose

📋 copy color: '#986C78'

red 152 ◦ green 108 ◦ blue 120

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

Shades of Turkish Rose #986C78

Tints of Turkish Rose #986C78

RGB

 RED value IS 152 (59.77% from 255) = 40%

 GREEN value IS 108 (42.58% from 255) = 28.42%

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

R = 40%
G = 28.42%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#986C78 (or 0x986C78) is known color: Turkish Rose. HEX triplet: 98, 6C and 78. RGB value is (152,108,120). Sum of RGB (Red+Green+Blue) = 152+108+120=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #986C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C78 is #679387. Grayscale: #7A7A7A. Windows color (decimal): -6787976 or 7892120. OLE color: 7892120.

HSL color Cylindrical-coordinate representation of color #986C78: hue angle of 343.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C78 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 120 -
CMYK 0 0.29 0.21 0.40
HSL 343.64º 0.18% 0.51% -
HSV(B) 343.64º 0.29% 0.6% -
XYZ 21.7 18.76 20.25 -
YUV 122.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 152 108 120 0 0.29 0.21 0.40 343.64 0.18 0.51
Hex 98 6C 78 0 1D 15 28 158 12 33
Octal 230 154 170 0 35 25 50 530 22 63
Binary 10011000 1101100 1111000 0 11101 10101 101000 101011000 10010 110011

Color Harmonies of #986C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C78

Black with #986C78

Text Example


Text Example

White with #986C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C78; }

 p { color: rgb(152,108,120); }

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

background-color css

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

 a { background-color: rgb(152,108,120); }

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

border-color css

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

 span { border-color: rgb(152,108,120); }

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