Html Css Color HEX #754143 Tosca

📋 copy color: '#754143'

red 117 ◦ green 65 ◦ blue 67

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

Shades of Tosca #754143

Tints of Tosca #754143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 46.99%
G = 26.1%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#754143 (or 0x754143) is known color: Tosca. HEX triplet: 75, 41 and 43. RGB value is (117,65,67). Sum of RGB (Red+Green+Blue) = 117+65+67=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754143 is #8ABEBC. Grayscale: #505050. Windows color (decimal): -9092797 or 4407669. OLE color: 4407669.

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

Color convert

RGB 117 65 67 -
CMYK 0 0.44 0.43 0.54
HSL 357.69º 0.29% 0.36% -
HSV(B) 357.69º 0.44% 0.46% -
XYZ 10.24 7.97 6.31 -
YUV 80.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 117 65 67 0 0.44 0.43 0.54 357.69 0.29 0.36
Hex 75 41 43 0 2C 2B 36 166 1D 24
Octal 165 101 103 0 54 53 66 546 35 44
Binary 1110101 1000001 1000011 0 101100 101011 110110 101100110 11101 100100

Color Harmonies of #754143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754143

Black with #754143

Text Example


Text Example

White with #754143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754143; }

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

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

background-color css

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

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

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

border-color css

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

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

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