Html Css Color HEX #75494A Tosca

📋 copy color: '#75494A'

red 117 ◦ green 73 ◦ blue 74

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

Shades of Tosca #75494A

Tints of Tosca #75494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 44.32%
G = 27.65%
B = 28.03%

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

#75494A (or 0x75494A) is known color: Tosca. HEX triplet: 75, 49 and 4A. RGB value is (117,73,74). Sum of RGB (Red+Green+Blue) = 117+73+74=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75494A is #8AB6B5. Grayscale: #565656. Windows color (decimal): -9090742 or 4868469. OLE color: 4868469.

HSL color Cylindrical-coordinate representation of color #75494A: hue angle of 358.64º degrees, saturation: 0.23, 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 #75494A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 74 -
CMYK 0 0.38 0.37 0.54
HSL 358.64º 0.23% 0.37% -
HSV(B) 358.64º 0.38% 0.46% -
XYZ 10.95 9.04 7.65 -
YUV 86.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 117 73 74 0 0.38 0.37 0.54 358.64 0.23 0.37
Hex 75 49 4A 0 26 25 36 167 17 25
Octal 165 111 112 0 46 45 66 547 27 45
Binary 1110101 1001001 1001010 0 100110 100101 110110 101100111 10111 100101

Color Harmonies of #75494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75494A

Black with #75494A

Text Example


Text Example

White with #75494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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