Html Css Color HEX #75484F Tosca

📋 copy color: '#75484F'

red 117 ◦ green 72 ◦ blue 79

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

Shades of Tosca #75484F

Tints of Tosca #75484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 43.66%
G = 26.87%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75484F (or 0x75484F) is known color: Tosca. HEX triplet: 75, 48 and 4F. RGB value is (117,72,79). Sum of RGB (Red+Green+Blue) = 117+72+79=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75484F is #8AB7B0. Grayscale: #565656. Windows color (decimal): -9090993 or 5195893. OLE color: 5195893.

HSL color Cylindrical-coordinate representation of color #75484F: hue angle of 350.67º 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 #75484F is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 79 -
CMYK 0 0.38 0.32 0.54
HSL 350.67º 0.24% 0.37% -
HSV(B) 350.67º 0.38% 0.46% -
XYZ 11.06 8.98 8.55 -
YUV 86.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 117 72 79 0 0.38 0.32 0.54 350.67 0.24 0.37
Hex 75 48 4F 0 26 20 36 15F 18 25
Octal 165 110 117 0 46 40 66 537 30 45
Binary 1110101 1001000 1001111 0 100110 100000 110110 101011111 11000 100101

Color Harmonies of #75484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75484F

Black with #75484F

Text Example


Text Example

White with #75484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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