Html Css Color HEX #754348 Tosca

📋 copy color: '#754348'

red 117 ◦ green 67 ◦ blue 72

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

Shades of Tosca #754348

Tints of Tosca #754348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 45.7%
G = 26.17%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754348 (or 0x754348) is known color: Tosca. HEX triplet: 75, 43 and 48. RGB value is (117,67,72). Sum of RGB (Red+Green+Blue) = 117+67+72=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754348 is #8ABCB7. Grayscale: #525252. Windows color (decimal): -9092280 or 4735861. OLE color: 4735861.

HSL color Cylindrical-coordinate representation of color #754348: hue angle of 354º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754348 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 72 -
CMYK 0 0.43 0.38 0.54
HSL 354º 0.27% 0.36% -
HSV(B) 354º 0.43% 0.46% -
XYZ 10.51 8.26 7.17 -
YUV 82.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 117 67 72 0 0.43 0.38 0.54 354 0.27 0.36
Hex 75 43 48 0 2B 26 36 162 1B 24
Octal 165 103 110 0 53 46 66 542 33 44
Binary 1110101 1000011 1001000 0 101011 100110 110110 101100010 11011 100100

Color Harmonies of #754348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754348

Black with #754348

Text Example


Text Example

White with #754348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754348; }

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

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

background-color css

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

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

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

border-color css

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

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

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