Html Css Color HEX #754548 Tosca

📋 copy color: '#754548'

red 117 ◦ green 69 ◦ blue 72

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

Shades of Tosca #754548

Tints of Tosca #754548

RGB

 RED value IS 117 (46.09% from 255) = 45.35%

 GREEN value IS 69 (27.34% from 255) = 26.74%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 45.35%
G = 26.74%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754548 (or 0x754548) is known color: Tosca. HEX triplet: 75, 45 and 48. RGB value is (117,69,72). Sum of RGB (Red+Green+Blue) = 117+69+72=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754548 is #8ABAB7. Grayscale: #535353. Windows color (decimal): -9091768 or 4736373. OLE color: 4736373.

HSL color Cylindrical-coordinate representation of color #754548: hue angle of 356.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754548 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 72 -
CMYK 0 0.41 0.38 0.54
HSL 356.25º 0.26% 0.36% -
HSV(B) 356.25º 0.41% 0.46% -
XYZ 10.63 8.51 7.21 -
YUV 83.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 117 69 72 0 0.41 0.38 0.54 356.25 0.26 0.36
Hex 75 45 48 0 29 26 36 164 1A 24
Octal 165 105 110 0 51 46 66 544 32 44
Binary 1110101 1000101 1001000 0 101001 100110 110110 101100100 11010 100100

Color Harmonies of #754548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754548

Black with #754548

Text Example


Text Example

White with #754548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754548; }

 p { color: rgb(117,69,72); }

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

background-color css

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

 a { background-color: rgb(117,69,72); }

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

border-color css

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

 span { border-color: rgb(117,69,72); }

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