Html Css Color HEX #7D373C Stiletto

📋 copy color: '#7D373C'

red 125 ◦ green 55 ◦ blue 60

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

Shades of Stiletto #7D373C

Tints of Stiletto #7D373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 52.08%
G = 22.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D373C (or 0x7D373C) is known color: Stiletto. HEX triplet: 7D, 37 and 3C. RGB value is (125,55,60). Sum of RGB (Red+Green+Blue) = 125+55+60=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D373C is #82C8C3. Grayscale: #4C4C4C. Windows color (decimal): -8571076 or 3946365. OLE color: 3946365.

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

Color convert

RGB 125 55 60 -
CMYK 0 0.56 0.52 0.51
HSL 355.71º 0.39% 0.35% -
HSV(B) 355.71º 0.56% 0.49% -
XYZ 10.64 7.42 5.15 -
YUV 76.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 125 55 60 0 0.56 0.52 0.51 355.71 0.39 0.35
Hex 7D 37 3C 0 38 34 33 164 27 23
Octal 175 67 74 0 70 64 63 544 47 43
Binary 1111101 110111 111100 0 111000 110100 110011 101100100 100111 100011

Color Harmonies of #7D373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D373C

Black with #7D373C

Text Example


Text Example

White with #7D373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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