#94757A

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

Shades of Turkish Rose #94757A

Tints of Turkish Rose #94757A

Color information

#94757A (or 0x94757A) is unknown color: approx Turkish Rose. HEX triplet: 94, 75 and 7A. RGB value is (148,117,122). Sum of RGB (Red+Green+Blue) = 148+117+122=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94757A is #6B8A85. Grayscale: #7E7E7E. Windows color (decimal): -7047814 or 8025492. OLE color: 8025492.

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

Color convert

RGB148117122-
CMYK00.210.180.42
HSL350.32º12.65%51.96%-
HSV(B)350.32º20.95%58.04%-
XYZ22.0920.4221.19-
YUV126.84125.27143.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=38.24%
G=30.23%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811712200.210.180.42350.3212.6551.96
Hex94757A015122A15ed34
Octal22416517202522525361564
Binary1001010011101011111010010101100101010101010111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94757A; }

 p { color: rgb(148,117,122); }

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

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

 a { background-color: rgb(148,117,122); }

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

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

 span { border-color: rgb(148,117,122); }

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