Html Css Color HEX #7D4245 Tosca

📋 copy color: '#7D4245'

red 125 ◦ green 66 ◦ blue 69

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

Shades of Tosca #7D4245

Tints of Tosca #7D4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 48.08%
G = 25.38%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D4245 (or 0x7D4245) is known color: Tosca. HEX triplet: 7D, 42 and 45. RGB value is (125,66,69). Sum of RGB (Red+Green+Blue) = 125+66+69=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4245 is #82BDBA. Grayscale: #545454. Windows color (decimal): -8568251 or 4539005. OLE color: 4539005.

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

Color convert

RGB 125 66 69 -
CMYK 0 0.47 0.45 0.51
HSL 356.95º 0.31% 0.37% -
HSV(B) 356.95º 0.47% 0.49% -
XYZ 11.48 8.69 6.7 -
YUV 83.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 125 66 69 0 0.47 0.45 0.51 356.95 0.31 0.37
Hex 7D 42 45 0 2F 2D 33 165 1F 25
Octal 175 102 105 0 57 55 63 545 37 45
Binary 1111101 1000010 1000101 0 101111 101101 110011 101100101 11111 100101

Color Harmonies of #7D4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4245

Black with #7D4245

Text Example


Text Example

White with #7D4245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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