Html Css Color HEX #7D3F45 Tosca

📋 copy color: '#7D3F45'

red 125 ◦ green 63 ◦ blue 69

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

Shades of Tosca #7D3F45

Tints of Tosca #7D3F45

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 69 (27.34% from 255) = 26.85%

R = 48.64%
G = 24.51%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D3F45 (or 0x7D3F45) is known color: Tosca. HEX triplet: 7D, 3F and 45. RGB value is (125,63,69). Sum of RGB (Red+Green+Blue) = 125+63+69=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3F45 is #82C0BA. Grayscale: #525252. Windows color (decimal): -8569019 or 4538237. OLE color: 4538237.

HSL color Cylindrical-coordinate representation of color #7D3F45: hue angle of 354.19º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3F45 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 63 69 -
CMYK 0 0.50 0.45 0.51
HSL 354.19º 0.33% 0.37% -
HSV(B) 354.19º 0.5% 0.49% -
XYZ 11.31 8.34 6.64 -
YUV 82.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 125 63 69 0 0.50 0.45 0.51 354.19 0.33 0.37
Hex 7D 3F 45 0 32 2D 33 162 21 25
Octal 175 77 105 0 62 55 63 542 41 45
Binary 1111101 111111 1000101 0 110010 101101 110011 101100010 100001 100101

Color Harmonies of #7D3F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3F45

Black with #7D3F45

Text Example


Text Example

White with #7D3F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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