Html Css Color HEX #754445 Tosca

📋 copy color: '#754445'

red 117 ◦ green 68 ◦ blue 69

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

Shades of Tosca #754445

Tints of Tosca #754445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 46.06%
G = 26.77%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#754445 (or 0x754445) is known color: Tosca. HEX triplet: 75, 44 and 45. RGB value is (117,68,69). Sum of RGB (Red+Green+Blue) = 117+68+69=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754445 is #8ABBBA. Grayscale: #525252. Windows color (decimal): -9092027 or 4539509. OLE color: 4539509.

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

Color convert

RGB 117 68 69 -
CMYK 0 0.42 0.41 0.54
HSL 358.78º 0.26% 0.36% -
HSV(B) 358.78º 0.42% 0.46% -
XYZ 10.48 8.35 6.69 -
YUV 82.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 117 68 69 0 0.42 0.41 0.54 358.78 0.26 0.36
Hex 75 44 45 0 2A 29 36 167 1A 24
Octal 165 104 105 0 52 51 66 547 32 44
Binary 1110101 1000100 1000101 0 101010 101001 110110 101100111 11010 100100

Color Harmonies of #754445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754445

Black with #754445

Text Example


Text Example

White with #754445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754445; }

 p { color: rgb(117,68,69); }

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

background-color css

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

 a { background-color: rgb(117,68,69); }

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

border-color css

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

 span { border-color: rgb(117,68,69); }

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