Html Css Color HEX #754649 Tosca

📋 copy color: '#754649'

red 117 ◦ green 70 ◦ blue 73

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

Shades of Tosca #754649

Tints of Tosca #754649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 45%
G = 26.92%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754649 (or 0x754649) is known color: Tosca. HEX triplet: 75, 46 and 49. RGB value is (117,70,73). Sum of RGB (Red+Green+Blue) = 117+70+73=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754649 is #8AB9B6. Grayscale: #545454. Windows color (decimal): -9091511 or 4802165. OLE color: 4802165.

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

Color convert

RGB 117 70 73 -
CMYK 0 0.40 0.38 0.54
HSL 356.17º 0.25% 0.37% -
HSV(B) 356.17º 0.4% 0.46% -
XYZ 10.73 8.64 7.41 -
YUV 84.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 117 70 73 0 0.40 0.38 0.54 356.17 0.25 0.37
Hex 75 46 49 0 28 26 36 164 19 25
Octal 165 106 111 0 50 46 66 544 31 45
Binary 1110101 1000110 1001001 0 101000 100110 110110 101100100 11001 100101

Color Harmonies of #754649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754649

Black with #754649

Text Example


Text Example

White with #754649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754649; }

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

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

background-color css

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

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

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

border-color css

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

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

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