#7B3B3E

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

Shades of Stiletto #7B3B3E

Tints of Stiletto #7B3B3E

Color information

#7B3B3E (or 0x7B3B3E) is unknown color: approx Stiletto. HEX triplet: 7B, 3B and 3E. RGB value is (123,59,62). Sum of RGB (Red+Green+Blue) = 123+59+62=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3B3E is #84C4C1. Grayscale: #4E4E4E. Windows color (decimal): -8701122 or 4078459. OLE color: 4078459.

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

Color convert

RGB1235962-
CMYK00.520.500.52
HSL357.19º35.16%35.69%-
HSV(B)357.19º52.03%48.24%-
XYZ10.67.695.48-
YUV78.48118.7159.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=50.41%
G=24.18%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123596200.520.500.52357.1935.1635.69
Hex7B3B3E03432341652324
Octal173737606462645454344
Binary11110111110111111100110100110010110100101100101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,59,62); }

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

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

 a { background-color: rgb(123,59,62); }

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

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

 span { border-color: rgb(123,59,62); }

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