#937378

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

Shades of Turkish Rose #937378

Tints of Turkish Rose #937378

Color information

#937378 (or 0x937378) is unknown color: approx Turkish Rose. HEX triplet: 93, 73 and 78. RGB value is (147,115,120). Sum of RGB (Red+Green+Blue) = 147+115+120=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #937378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937378 is #6C8C87. Grayscale: #7D7D7D. Windows color (decimal): -7113864 or 7893907. OLE color: 7893907.

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

Color convert

RGB147115120-
CMYK00.220.180.42
HSL350.62º12.9%51.37%-
HSV(B)350.62º21.77%57.65%-
XYZ21.5519.8220.46-
YUV125.14125.1143.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=38.48%
G=30.10%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711512000.220.180.42350.6212.951.37
Hex937378016122A15fd33
Octal22316317002622525371563
Binary1001001111100111111000010110100101010101010111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937378; }

 p { color: rgb(147,115,120); }

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

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

 a { background-color: rgb(147,115,120); }

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

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

 span { border-color: rgb(147,115,120); }

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