Html Css Color HEX #7D373D Stiletto

📋 copy color: '#7D373D'

red 125 ◦ green 55 ◦ blue 61

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

Shades of Stiletto #7D373D

Tints of Stiletto #7D373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 51.87%
G = 22.82%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D373D (or 0x7D373D) is known color: Stiletto. HEX triplet: 7D, 37 and 3D. RGB value is (125,55,61). Sum of RGB (Red+Green+Blue) = 125+55+61=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D373D is #82C8C2. Grayscale: #4C4C4C. Windows color (decimal): -8571075 or 4011901. OLE color: 4011901.

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

Color convert

RGB 125 55 61 -
CMYK 0 0.56 0.51 0.51
HSL 354.86º 0.39% 0.35% -
HSV(B) 354.86º 0.56% 0.49% -
XYZ 10.67 7.43 5.29 -
YUV 76.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 125 55 61 0 0.56 0.51 0.51 354.86 0.39 0.35
Hex 7D 37 3D 0 38 33 33 163 27 23
Octal 175 67 75 0 70 63 63 543 47 43
Binary 1111101 110111 111101 0 111000 110011 110011 101100011 100111 100011

Color Harmonies of #7D373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D373D

Black with #7D373D

Text Example


Text Example

White with #7D373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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