Html Css Color HEX #7D383F Stiletto

📋 copy color: '#7D383F'

red 125 ◦ green 56 ◦ blue 63

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

Shades of Stiletto #7D383F

Tints of Stiletto #7D383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 63 (25% from 255) = 25.82%

R = 51.23%
G = 22.95%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D383F (or 0x7D383F) is known color: Stiletto. HEX triplet: 7D, 38 and 3F. RGB value is (125,56,63). Sum of RGB (Red+Green+Blue) = 125+56+63=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D383F is #82C7C0. Grayscale: #4D4D4D. Windows color (decimal): -8570817 or 4143229. OLE color: 4143229.

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

Color convert

RGB 125 56 63 -
CMYK 0 0.55 0.50 0.51
HSL 353.91º 0.38% 0.35% -
HSV(B) 353.91º 0.55% 0.49% -
XYZ 10.77 7.55 5.59 -
YUV 77.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 125 56 63 0 0.55 0.50 0.51 353.91 0.38 0.35
Hex 7D 38 3F 0 37 32 33 162 26 23
Octal 175 70 77 0 67 62 63 542 46 43
Binary 1111101 111000 111111 0 110111 110010 110011 101100010 100110 100011

Color Harmonies of #7D383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D383F

Black with #7D383F

Text Example


Text Example

White with #7D383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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