Html Css Color HEX #957779 Turkish Rose

📋 copy color: '#957779'

red 149 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #957779

Tints of Turkish Rose #957779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 38.3%
G = 30.59%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957779 (or 0x957779) is known color: Turkish Rose. HEX triplet: 95, 77 and 79. RGB value is (149,119,121). Sum of RGB (Red+Green+Blue) = 149+119+121=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957779 is #6A8886. Grayscale: #808080. Windows color (decimal): -6981767 or 7960469. OLE color: 7960469.

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

Color convert

RGB 149 119 121 -
CMYK 0 0.20 0.19 0.42
HSL 356º 0.12% 0.53% -
HSV(B) 356º 0.2% 0.58% -
XYZ 22.44 20.96 20.95 -
YUV 128.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 149 119 121 0 0.20 0.19 0.42 356 0.12 0.53
Hex 95 77 79 0 14 13 2A 164 C 35
Octal 225 167 171 0 24 23 52 544 14 65
Binary 10010101 1110111 1111001 0 10100 10011 101010 101100100 1100 110101

Color Harmonies of #957779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957779

Black with #957779

Text Example


Text Example

White with #957779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957779; }

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

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

background-color css

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

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

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

border-color css

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

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

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