#94737A

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

Shades of Turkish Rose #94737A

Tints of Turkish Rose #94737A

Color information

#94737A (or 0x94737A) is unknown color: approx Turkish Rose. HEX triplet: 94, 73 and 7A. RGB value is (148,115,122). Sum of RGB (Red+Green+Blue) = 148+115+122=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737A is #6B8C85. Grayscale: #7D7D7D. Windows color (decimal): -7048326 or 8024980. OLE color: 8024980.

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

Color convert

RGB148115122-
CMYK00.220.180.42
HSL347.27º13.36%51.57%-
HSV(B)347.27º22.3%58.04%-
XYZ21.8619.9621.11-
YUV125.66125.93143.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=38.44%
G=29.87%
B=31.69%

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
Decimal14811512200.220.180.42347.2713.3651.57
Hex94737A016122A15bd34
Octal22416317202622525331564
Binary1001010011100111111010010110100101010101010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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