Html Css Color HEX #754041 Tosca

📋 copy color: '#754041'

red 117 ◦ green 64 ◦ blue 65

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

Shades of Tosca #754041

Tints of Tosca #754041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 47.56%
G = 26.02%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754041 (or 0x754041) is known color: Tosca. HEX triplet: 75, 40 and 41. RGB value is (117,64,65). Sum of RGB (Red+Green+Blue) = 117+64+65=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754041 is #8ABFBE. Grayscale: #505050. Windows color (decimal): -9093055 or 4276341. OLE color: 4276341.

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

Color convert

RGB 117 64 65 -
CMYK 0 0.45 0.44 0.54
HSL 358.87º 0.29% 0.35% -
HSV(B) 358.87º 0.45% 0.46% -
XYZ 10.12 7.83 5.98 -
YUV 79.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 117 64 65 0 0.45 0.44 0.54 358.87 0.29 0.35
Hex 75 40 41 0 2D 2C 36 167 1D 23
Octal 165 100 101 0 55 54 66 547 35 43
Binary 1110101 1000000 1000001 0 101101 101100 110110 101100111 11101 100011

Color Harmonies of #754041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754041

Black with #754041

Text Example


Text Example

White with #754041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754041; }

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

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

background-color css

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

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

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

border-color css

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

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

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