Html Css Color HEX #75464C Tosca

📋 copy color: '#75464C'

red 117 ◦ green 70 ◦ blue 76

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

Shades of Tosca #75464C

Tints of Tosca #75464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 44.49%
G = 26.62%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75464C (or 0x75464C) is known color: Tosca. HEX triplet: 75, 46 and 4C. RGB value is (117,70,76). Sum of RGB (Red+Green+Blue) = 117+70+76=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75464C is #8AB9B3. Grayscale: #545454. Windows color (decimal): -9091508 or 4998773. OLE color: 4998773.

HSL color Cylindrical-coordinate representation of color #75464C: hue angle of 352.34º 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 #75464C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 76 -
CMYK 0 0.40 0.35 0.54
HSL 352.34º 0.25% 0.37% -
HSV(B) 352.34º 0.4% 0.46% -
XYZ 10.83 8.68 7.94 -
YUV 84.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 117 70 76 0 0.40 0.35 0.54 352.34 0.25 0.37
Hex 75 46 4C 0 28 23 36 160 19 25
Octal 165 106 114 0 50 43 66 540 31 45
Binary 1110101 1000110 1001100 0 101000 100011 110110 101100000 11001 100101

Color Harmonies of #75464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75464C

Black with #75464C

Text Example


Text Example

White with #75464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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