#947E7F

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

Shades of Turkish Rose #947E7F

Tints of Turkish Rose #947E7F

Color information

#947E7F (or 0x947E7F) is unknown color: approx Turkish Rose. HEX triplet: 94, 7E and 7F. RGB value is (148,126,127). Sum of RGB (Red+Green+Blue) = 148+126+127=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E7F is #6B8180. Grayscale: #848484. Windows color (decimal): -7045505 or 8355476. OLE color: 8355476.

HSL color Cylindrical-coordinate representation of color #947E7F: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #947E7F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148126127-
CMYK00.150.140.42
HSL357.27º9.32%53.73%-
HSV(B)357.27º14.86%58.04%-
XYZ23.522.7523.23-
YUV132.69124.79138.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 127 (50% from 255) = 31.67%
R=36.91%
G=31.42%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812612700.150.140.42357.279.3253.73
Hex947E7F0FE2A165936
Octal22417617701716525451166
Binary10010100111111011111110111111101010101011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E7F; }

 p { color: rgb(148,126,127); }

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

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

 a { background-color: rgb(148,126,127); }

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

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

 span { border-color: rgb(148,126,127); }

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