#94797B

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

Shades of Turkish Rose #94797B

Tints of Turkish Rose #94797B

Color information

#94797B (or 0x94797B) is unknown color: approx Turkish Rose. HEX triplet: 94, 79 and 7B. RGB value is (148,121,123). Sum of RGB (Red+Green+Blue) = 148+121+123=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94797B is #6B8684. Grayscale: #818181. Windows color (decimal): -7046789 or 8092052. OLE color: 8092052.

HSL color Cylindrical-coordinate representation of color #94797B: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94797B is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB148121123-
CMYK00.180.170.42
HSL355.56º11.2%52.75%-
HSV(B)355.56º18.24%58.04%-
XYZ22.6321.421.68-
YUV129.3124.45141.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=37.76%
G=30.87%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812112300.180.170.42355.5611.252.75
Hex94797B012112A164b35
Octal22417117302221525441365
Binary1001010011110011111011010010100011010101011001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94797B; }

 p { color: rgb(148,121,123); }

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

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

 a { background-color: rgb(148,121,123); }

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

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

 span { border-color: rgb(148,121,123); }

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