Html Css Color HEX #957778 Turkish Rose

📋 copy color: '#957778'

red 149 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #957778

Tints of Turkish Rose #957778

RGB

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

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

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

R = 38.4%
G = 30.67%
B = 30.93%

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

#957778 (or 0x957778) is known color: Turkish Rose. HEX triplet: 95, 77 and 78. RGB value is (149,119,120). Sum of RGB (Red+Green+Blue) = 149+119+120=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957778 is #6A8887. Grayscale: #808080. Windows color (decimal): -6981768 or 7894933. OLE color: 7894933.

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

Color convert

RGB 149 119 120 -
CMYK 0 0.20 0.19 0.42
HSL 358º 0.12% 0.53% -
HSV(B) 358º 0.2% 0.58% -
XYZ 22.38 20.94 20.63 -
YUV 128.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 149 119 120 0 0.20 0.19 0.42 358 0.12 0.53
Hex 95 77 78 0 14 13 2A 166 C 35
Octal 225 167 170 0 24 23 52 546 14 65
Binary 10010101 1110111 1111000 0 10100 10011 101010 101100110 1100 110101

Color Harmonies of #957778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957778

Black with #957778

Text Example


Text Example

White with #957778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957778; }

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

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

background-color css

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

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

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

border-color css

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

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

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