#957677

Color #957677 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #957677

Tints of Turkish Rose #957677

Color information

#957677 (or 0x957677) is unknown color: approx Turkish Rose. HEX triplet: 95, 76 and 77. RGB value is (149,118,119). Sum of RGB (Red+Green+Blue) = 149+118+119=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957677 is #6A8988. Grayscale: #7F7F7F. Windows color (decimal): -6982025 or 7829141. OLE color: 7829141.

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

Color convert

RGB149118119-
CMYK00.210.200.42
HSL358.06º12.76%52.35%-
HSV(B)358.06º20.81%58.43%-
XYZ22.220.6820.27-
YUV127.38123.27143.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=38.60%
G=30.57%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911811900.210.200.42358.0612.7652.35
Hex957677015142A166d34
Octal22516616702524525461564
Binary1001010111101101110111010101101001010101011001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957677; }

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

 H1.HeaderClassName
 {
   color: #957677;
 }
 .AnyTagClassName
 {
   color: #957677;
 }
</style>
background-color css

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

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

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

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

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

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