Html Css Color HEX #754546 Tosca

📋 copy color: '#754546'

red 117 ◦ green 69 ◦ blue 70

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

Shades of Tosca #754546

Tints of Tosca #754546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 45.7%
G = 26.95%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#754546 (or 0x754546) is known color: Tosca. HEX triplet: 75, 45 and 46. RGB value is (117,69,70). Sum of RGB (Red+Green+Blue) = 117+69+70=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754546 is #8ABAB9. Grayscale: #535353. Windows color (decimal): -9091770 or 4605301. OLE color: 4605301.

HSL color Cylindrical-coordinate representation of color #754546: hue angle of 358.75º 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 #754546 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 70 -
CMYK 0 0.41 0.40 0.54
HSL 358.75º 0.26% 0.36% -
HSV(B) 358.75º 0.41% 0.46% -
XYZ 10.57 8.48 6.87 -
YUV 83.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 117 69 70 0 0.41 0.40 0.54 358.75 0.26 0.36
Hex 75 45 46 0 29 28 36 167 1A 24
Octal 165 105 106 0 51 50 66 547 32 44
Binary 1110101 1000101 1000110 0 101001 101000 110110 101100111 11010 100100

Color Harmonies of #754546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754546

Black with #754546

Text Example


Text Example

White with #754546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754546; }

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

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

background-color css

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

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

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

border-color css

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

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

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