Html Css Color HEX #7D373A Stiletto

📋 copy color: '#7D373A'

red 125 ◦ green 55 ◦ blue 58

#7D373A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #7D373A

Tints of Stiletto #7D373A

RGB

 RED value IS 125 (49.22% from 255) = 52.52%

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 52.52%
G = 23.11%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D373A (or 0x7D373A) is known color: Stiletto. HEX triplet: 7D, 37 and 3A. RGB value is (125,55,58). Sum of RGB (Red+Green+Blue) = 125+55+58=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D373A is #82C8C5. Grayscale: #4C4C4C. Windows color (decimal): -8571078 or 3815293. OLE color: 3815293.

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

Color convert

RGB 125 55 58 -
CMYK 0 0.56 0.54 0.51
HSL 357.43º 0.39% 0.35% -
HSV(B) 357.43º 0.56% 0.49% -
XYZ 10.59 7.4 4.87 -
YUV 76.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 125 55 58 0 0.56 0.54 0.51 357.43 0.39 0.35
Hex 7D 37 3A 0 38 36 33 165 27 23
Octal 175 67 72 0 70 66 63 545 47 43
Binary 1111101 110111 111010 0 111000 110110 110011 101100101 100111 100011

Color Harmonies of #7D373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D373A

Black with #7D373A

Text Example


Text Example

White with #7D373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D373A;
 }
 .AnyTagClassName
 {
   color: #7D373A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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