#7B3A3F

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

Shades of Stiletto #7B3A3F

Tints of Stiletto #7B3A3F

Color information

#7B3A3F (or 0x7B3A3F) is unknown color: approx Stiletto. HEX triplet: 7B, 3A and 3F. RGB value is (123,58,63). Sum of RGB (Red+Green+Blue) = 123+58+63=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3A3F is #84C5C0. Grayscale: #4E4E4E. Windows color (decimal): -8701377 or 4143739. OLE color: 4143739.

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

Color convert

RGB1235863-
CMYK00.530.490.52
HSL355.38º35.91%35.49%-
HSV(B)355.38º52.85%48.24%-
XYZ10.587.65.61-
YUV78.01119.53160.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 63 (25% from 255) = 25.82%
R=50.41%
G=23.77%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123586300.530.490.52355.3835.9135.49
Hex7B3A3F03531341632423
Octal173727706561645434443
Binary11110111110101111110110101110001110100101100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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