Html Css Color HEX #95797D Turkish Rose

📋 copy color: '#95797D'

red 149 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #95797D

Tints of Turkish Rose #95797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 37.72%
G = 30.63%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95797D (or 0x95797D) is known color: Turkish Rose. HEX triplet: 95, 79 and 7D. RGB value is (149,121,125). Sum of RGB (Red+Green+Blue) = 149+121+125=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95797D is #6A8682. Grayscale: #818181. Windows color (decimal): -6981251 or 8223125. OLE color: 8223125.

HSL color Cylindrical-coordinate representation of color #95797D: hue angle of 351.43º 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 #95797D is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 125 -
CMYK 0 0.19 0.16 0.42
HSL 351.43º 0.12% 0.53% -
HSV(B) 351.43º 0.19% 0.58% -
XYZ 22.93 21.54 22.35 -
YUV 129.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 149 121 125 0 0.19 0.16 0.42 351.43 0.12 0.53
Hex 95 79 7D 0 13 10 2A 15F C 35
Octal 225 171 175 0 23 20 52 537 14 65
Binary 10010101 1111001 1111101 0 10011 10000 101010 101011111 1100 110101

Color Harmonies of #95797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95797D

Black with #95797D

Text Example


Text Example

White with #95797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95797D; }

 p { color: rgb(149,121,125); }

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

background-color css

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

 a { background-color: rgb(149,121,125); }

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

border-color css

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

 span { border-color: rgb(149,121,125); }

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