#7D3638

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

Shades of Stiletto #7D3638

Tints of Stiletto #7D3638

Color information

#7D3638 (or 0x7D3638) is unknown color: approx Stiletto. HEX triplet: 7D, 36 and 38. RGB value is (125,54,56). Sum of RGB (Red+Green+Blue) = 125+54+56=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3638 is #82C9C7. Grayscale: #4B4B4B. Windows color (decimal): -8571336 or 3683965. OLE color: 3683965.

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

Color convert

RGB1255456-
CMYK00.570.550.51
HSL358.31º39.66%35.1%-
HSV(B)358.31º56.8%49.02%-
XYZ10.497.284.59-
YUV75.46117.02163.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.19%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=53.19%
G=22.98%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125545600.570.550.51358.3139.6635.1
Hex7D363803937331662823
Octal175667007167635465043
Binary11111011101101110000111001110111110011101100110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,54,56); }

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

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

 a { background-color: rgb(125,54,56); }

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

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

 span { border-color: rgb(125,54,56); }

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