#7E383C

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

Shades of Stiletto #7E383C

Tints of Stiletto #7E383C

Color information

#7E383C (or 0x7E383C) is unknown color: approx Stiletto. HEX triplet: 7E, 38 and 3C. RGB value is (126,56,60). Sum of RGB (Red+Green+Blue) = 126+56+60=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E383C is #81C7C3. Grayscale: #4D4D4D. Windows color (decimal): -8505284 or 3946622. OLE color: 3946622.

HSL color Cylindrical-coordinate representation of color #7E383C: hue angle of 356.57º 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 #7E383C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1265660-
CMYK00.560.520.51
HSL356.57º38.46%35.69%-
HSV(B)356.57º55.56%49.41%-
XYZ10.837.595.17-
YUV77.39118.19162.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.07%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=52.07%
G=23.14%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126566000.560.520.51356.5738.4635.69
Hex7E383C03834331652624
Octal176707407064635454644
Binary11111101110001111000111000110100110011101100101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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