Html Css Color HEX #95787C Turkish Rose

📋 copy color: '#95787C'

red 149 ◦ green 120 ◦ blue 124

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

Shades of Turkish Rose #95787C

Tints of Turkish Rose #95787C

RGB

 RED value IS 149 (58.59% from 255) = 37.91%

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

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

R = 37.91%
G = 30.53%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95787C (or 0x95787C) is known color: Turkish Rose. HEX triplet: 95, 78 and 7C. RGB value is (149,120,124). Sum of RGB (Red+Green+Blue) = 149+120+124=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95787C is #6A8783. Grayscale: #818181. Windows color (decimal): -6981508 or 8157333. OLE color: 8157333.

HSL color Cylindrical-coordinate representation of color #95787C: hue angle of 351.72º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95787C is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 124 -
CMYK 0 0.19 0.17 0.42
HSL 351.72º 0.12% 0.53% -
HSV(B) 351.72º 0.19% 0.58% -
XYZ 22.75 21.28 21.98 -
YUV 129.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 149 120 124 0 0.19 0.17 0.42 351.72 0.12 0.53
Hex 95 78 7C 0 13 11 2A 160 C 35
Octal 225 170 174 0 23 21 52 540 14 65
Binary 10010101 1111000 1111100 0 10011 10001 101010 101100000 1100 110101

Color Harmonies of #95787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95787C

Black with #95787C

Text Example


Text Example

White with #95787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95787C; }

 p { color: rgb(149,120,124); }

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

background-color css

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

 a { background-color: rgb(149,120,124); }

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

border-color css

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

 span { border-color: rgb(149,120,124); }

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