Html Css Color HEX #75464A Tosca

📋 copy color: '#75464A'

red 117 ◦ green 70 ◦ blue 74

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

Shades of Tosca #75464A

Tints of Tosca #75464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 44.83%
G = 26.82%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75464A (or 0x75464A) is known color: Tosca. HEX triplet: 75, 46 and 4A. RGB value is (117,70,74). Sum of RGB (Red+Green+Blue) = 117+70+74=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75464A is #8AB9B5. Grayscale: #545454. Windows color (decimal): -9091510 or 4867701. OLE color: 4867701.

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

Color convert

RGB 117 70 74 -
CMYK 0 0.40 0.37 0.54
HSL 354.89º 0.25% 0.37% -
HSV(B) 354.89º 0.4% 0.46% -
XYZ 10.76 8.66 7.58 -
YUV 84.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 117 70 74 0 0.40 0.37 0.54 354.89 0.25 0.37
Hex 75 46 4A 0 28 25 36 163 19 25
Octal 165 106 112 0 50 45 66 543 31 45
Binary 1110101 1000110 1001010 0 101000 100101 110110 101100011 11001 100101

Color Harmonies of #75464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75464A

Black with #75464A

Text Example


Text Example

White with #75464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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