Html Css Color HEX #75444A Tosca

📋 copy color: '#75444A'

red 117 ◦ green 68 ◦ blue 74

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

Shades of Tosca #75444A

Tints of Tosca #75444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 45.17%
G = 26.25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75444A (or 0x75444A) is known color: Tosca. HEX triplet: 75, 44 and 4A. RGB value is (117,68,74). Sum of RGB (Red+Green+Blue) = 117+68+74=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75444A is #8ABBB5. Grayscale: #535353. Windows color (decimal): -9092022 or 4867189. OLE color: 4867189.

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

Color convert

RGB 117 68 74 -
CMYK 0 0.42 0.37 0.54
HSL 352.65º 0.26% 0.36% -
HSV(B) 352.65º 0.42% 0.46% -
XYZ 10.64 8.41 7.54 -
YUV 83.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 117 68 74 0 0.42 0.37 0.54 352.65 0.26 0.36
Hex 75 44 4A 0 2A 25 36 161 1A 24
Octal 165 104 112 0 52 45 66 541 32 44
Binary 1110101 1000100 1001010 0 101010 100101 110110 101100001 11010 100100

Color Harmonies of #75444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75444A

Black with #75444A

Text Example


Text Example

White with #75444A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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