Html Css Color HEX #75484A Tosca

📋 copy color: '#75484A'

red 117 ◦ green 72 ◦ blue 74

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

Shades of Tosca #75484A

Tints of Tosca #75484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 44.49%
G = 27.38%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75484A (or 0x75484A) is known color: Tosca. HEX triplet: 75, 48 and 4A. RGB value is (117,72,74). Sum of RGB (Red+Green+Blue) = 117+72+74=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75484A is #8AB7B5. Grayscale: #555555. Windows color (decimal): -9090998 or 4868213. OLE color: 4868213.

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

Color convert

RGB 117 72 74 -
CMYK 0 0.38 0.37 0.54
HSL 357.33º 0.24% 0.37% -
HSV(B) 357.33º 0.38% 0.46% -
XYZ 10.89 8.91 7.62 -
YUV 85.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 117 72 74 0 0.38 0.37 0.54 357.33 0.24 0.37
Hex 75 48 4A 0 26 25 36 165 18 25
Octal 165 110 112 0 46 45 66 545 30 45
Binary 1110101 1001000 1001010 0 100110 100101 110110 101100101 11000 100101

Color Harmonies of #75484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75484A

Black with #75484A

Text Example


Text Example

White with #75484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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