#7E383E

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

Shades of Stiletto #7E383E

Tints of Stiletto #7E383E

Color information

#7E383E (or 0x7E383E) is unknown color: approx Stiletto. HEX triplet: 7E, 38 and 3E. RGB value is (126,56,62). Sum of RGB (Red+Green+Blue) = 126+56+62=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E383E is #81C7C1. Grayscale: #4D4D4D. Windows color (decimal): -8505282 or 4077694. OLE color: 4077694.

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

Color convert

RGB1265662-
CMYK00.560.510.51
HSL354.86º38.46%35.69%-
HSV(B)354.86º55.56%49.41%-
XYZ10.897.615.45-
YUV77.61119.19162.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.64%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=51.64%
G=22.95%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126566200.560.510.51354.8638.4635.69
Hex7E383E03833331632624
Octal176707607063635434644
Binary11111101110001111100111000110011110011101100011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,56,62); }

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

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

 a { background-color: rgb(126,56,62); }

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

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

 span { border-color: rgb(126,56,62); }

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