#7D3739

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

Shades of Stiletto #7D3739

Tints of Stiletto #7D3739

Color information

#7D3739 (or 0x7D3739) is unknown color: approx Stiletto. HEX triplet: 7D, 37 and 39. RGB value is (125,55,57). Sum of RGB (Red+Green+Blue) = 125+55+57=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3739 is #82C8C6. Grayscale: #4C4C4C. Windows color (decimal): -8571079 or 3749757. OLE color: 3749757.

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

Color convert

RGB1255557-
CMYK00.560.540.51
HSL358.29º38.89%35.29%-
HSV(B)358.29º56%49.02%-
XYZ10.567.394.74-
YUV76.16117.19162.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=52.74%
G=23.21%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125555700.560.540.51358.2938.8935.29
Hex7D373903836331662723
Octal175677107066635464743
Binary11111011101111110010111000110110110011101100110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,57); }

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

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

 a { background-color: rgb(125,55,57); }

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

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

 span { border-color: rgb(125,55,57); }

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