Html Css Color HEX #957679 Turkish Rose

📋 copy color: '#957679'

red 149 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #957679

Tints of Turkish Rose #957679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 38.4%
G = 30.41%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957679 (or 0x957679) is known color: Turkish Rose. HEX triplet: 95, 76 and 79. RGB value is (149,118,121). Sum of RGB (Red+Green+Blue) = 149+118+121=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957679 is #6A8986. Grayscale: #7F7F7F. Windows color (decimal): -6982023 or 7960213. OLE color: 7960213.

HSL color Cylindrical-coordinate representation of color #957679: hue angle of 354.19º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957679 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 121 -
CMYK 0 0.21 0.19 0.42
HSL 354.19º 0.13% 0.52% -
HSV(B) 354.19º 0.21% 0.58% -
XYZ 22.32 20.73 20.91 -
YUV 127.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 149 118 121 0 0.21 0.19 0.42 354.19 0.13 0.52
Hex 95 76 79 0 15 13 2A 162 D 34
Octal 225 166 171 0 25 23 52 542 15 64
Binary 10010101 1110110 1111001 0 10101 10011 101010 101100010 1101 110100

Color Harmonies of #957679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957679

Black with #957679

Text Example


Text Example

White with #957679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957679; }

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

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

background-color css

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

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

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

border-color css

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

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

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