Html Css Color HEX #7D4143 Stiletto

📋 copy color: '#7D4143'

red 125 ◦ green 65 ◦ blue 67

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

Shades of Stiletto #7D4143

Tints of Stiletto #7D4143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 67 (26.56% from 255) = 26.07%

R = 48.64%
G = 25.29%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D4143 (or 0x7D4143) is known color: Stiletto. HEX triplet: 7D, 41 and 43. RGB value is (125,65,67). Sum of RGB (Red+Green+Blue) = 125+65+67=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4143 is #82BEBC. Grayscale: #535353. Windows color (decimal): -8568509 or 4407677. OLE color: 4407677.

HSL color Cylindrical-coordinate representation of color #7D4143: hue angle of 358º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4143 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 65 67 -
CMYK 0 0.48 0.46 0.51
HSL 358º 0.32% 0.37% -
HSV(B) 358º 0.48% 0.49% -
XYZ 11.36 8.55 6.36 -
YUV 83.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 125 65 67 0 0.48 0.46 0.51 358 0.32 0.37
Hex 7D 41 43 0 30 2E 33 166 20 25
Octal 175 101 103 0 60 56 63 546 40 45
Binary 1111101 1000001 1000011 0 110000 101110 110011 101100110 100000 100101

Color Harmonies of #7D4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4143

Black with #7D4143

Text Example


Text Example

White with #7D4143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,67); }

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

background-color css

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

 a { background-color: rgb(125,65,67); }

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

border-color css

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

 span { border-color: rgb(125,65,67); }

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