Html Css Color HEX #75464B Tosca

📋 copy color: '#75464B'

red 117 ◦ green 70 ◦ blue 75

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

Shades of Tosca #75464B

Tints of Tosca #75464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 44.66%
G = 26.72%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75464B (or 0x75464B) is known color: Tosca. HEX triplet: 75, 46 and 4B. RGB value is (117,70,75). Sum of RGB (Red+Green+Blue) = 117+70+75=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75464B is #8AB9B4. Grayscale: #545454. Windows color (decimal): -9091509 or 4933237. OLE color: 4933237.

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

Color convert

RGB 117 70 75 -
CMYK 0 0.40 0.36 0.54
HSL 353.62º 0.25% 0.37% -
HSV(B) 353.62º 0.4% 0.46% -
XYZ 10.8 8.67 7.76 -
YUV 84.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 117 70 75 0 0.40 0.36 0.54 353.62 0.25 0.37
Hex 75 46 4B 0 28 24 36 162 19 25
Octal 165 106 113 0 50 44 66 542 31 45
Binary 1110101 1000110 1001011 0 101000 100100 110110 101100010 11001 100101

Color Harmonies of #75464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75464B

Black with #75464B

Text Example


Text Example

White with #75464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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