Html Css Color HEX #75454A Tosca

📋 copy color: '#75454A'

red 117 ◦ green 69 ◦ blue 74

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

Shades of Tosca #75454A

Tints of Tosca #75454A

RGB

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

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

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

R = 45%
G = 26.54%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75454A (or 0x75454A) is known color: Tosca. HEX triplet: 75, 45 and 4A. RGB value is (117,69,74). Sum of RGB (Red+Green+Blue) = 117+69+74=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75454A is #8ABAB5. Grayscale: #535353. Windows color (decimal): -9091766 or 4867445. OLE color: 4867445.

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

Color convert

RGB 117 69 74 -
CMYK 0 0.41 0.37 0.54
HSL 353.75º 0.26% 0.36% -
HSV(B) 353.75º 0.41% 0.46% -
XYZ 10.7 8.53 7.56 -
YUV 83.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 117 69 74 0 0.41 0.37 0.54 353.75 0.26 0.36
Hex 75 45 4A 0 29 25 36 162 1A 24
Octal 165 105 112 0 51 45 66 542 32 44
Binary 1110101 1000101 1001010 0 101001 100101 110110 101100010 11010 100100

Color Harmonies of #75454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75454A

Black with #75454A

Text Example


Text Example

White with #75454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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