#947778

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

Shades of Turkish Rose #947778

Tints of Turkish Rose #947778

Color information

#947778 (or 0x947778) is unknown color: approx Turkish Rose. HEX triplet: 94, 77 and 78. RGB value is (148,119,120). Sum of RGB (Red+Green+Blue) = 148+119+120=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947778 is #6B8887. Grayscale: #7F7F7F. Windows color (decimal): -7047304 or 7894932. OLE color: 7894932.

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

Color convert

RGB148119120-
CMYK00.200.190.42
HSL357.93º11.93%52.35%-
HSV(B)357.93º19.59%58.04%-
XYZ22.220.8520.62-
YUV127.78123.61142.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=38.24%
G=30.75%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811912000.200.190.42357.9311.9352.35
Hex947778014132A166c34
Octal22416717002423525461464
Binary1001010011101111111000010100100111010101011001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947778; }

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

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

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

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

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

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

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

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