Html Css Color HEX #754046 Tosca

📋 copy color: '#754046'

red 117 ◦ green 64 ◦ blue 70

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

Shades of Tosca #754046

Tints of Tosca #754046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 46.61%
G = 25.5%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#754046 (or 0x754046) is known color: Tosca. HEX triplet: 75, 40 and 46. RGB value is (117,64,70). Sum of RGB (Red+Green+Blue) = 117+64+70=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754046 is #8ABFB9. Grayscale: #505050. Windows color (decimal): -9093050 or 4604021. OLE color: 4604021.

HSL color Cylindrical-coordinate representation of color #754046: hue angle of 353.21º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754046 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 70 -
CMYK 0 0.45 0.40 0.54
HSL 353.21º 0.29% 0.35% -
HSV(B) 353.21º 0.45% 0.46% -
XYZ 10.28 7.89 6.78 -
YUV 80.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 117 64 70 0 0.45 0.40 0.54 353.21 0.29 0.35
Hex 75 40 46 0 2D 28 36 161 1D 23
Octal 165 100 106 0 55 50 66 541 35 43
Binary 1110101 1000000 1000110 0 101101 101000 110110 101100001 11101 100011

Color Harmonies of #754046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754046

Black with #754046

Text Example


Text Example

White with #754046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754046; }

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

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

background-color css

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

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

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

border-color css

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

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

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