#7B3C3F

Color #7B3C3F Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #7B3C3F

Tints of Stiletto #7B3C3F

Color information

#7B3C3F (or 0x7B3C3F) is unknown color: approx Stiletto. HEX triplet: 7B, 3C and 3F. RGB value is (123,60,63). Sum of RGB (Red+Green+Blue) = 123+60+63=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C3F is #84C3C0. Grayscale: #4F4F4F. Windows color (decimal): -8700865 or 4144251. OLE color: 4144251.

HSL color Cylindrical-coordinate representation of color #7B3C3F: hue angle of 357.14º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B3C3F is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1236063-
CMYK00.510.490.52
HSL357.14º34.43%35.88%-
HSV(B)357.14º51.22%48.24%-
XYZ10.687.85.65-
YUV79.18118.87159.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 63 (25% from 255) = 25.61%
R=50%
G=24.39%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123606300.510.490.52357.1434.4335.88
Hex7B3C3F03331341652224
Octal173747706361645454244
Binary11110111111001111110110011110001110100101100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3C3F; }

 p { color: rgb(123,60,63); }

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

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

 a { background-color: rgb(123,60,63); }

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

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

 span { border-color: rgb(123,60,63); }

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