Html Css Color HEX #754245 Tosca

📋 copy color: '#754245'

red 117 ◦ green 66 ◦ blue 69

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

Shades of Tosca #754245

Tints of Tosca #754245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 46.43%
G = 26.19%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#754245 (or 0x754245) is known color: Tosca. HEX triplet: 75, 42 and 45. RGB value is (117,66,69). Sum of RGB (Red+Green+Blue) = 117+66+69=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754245 is #8ABDBA. Grayscale: #515151. Windows color (decimal): -9092539 or 4538997. OLE color: 4538997.

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

Color convert

RGB 117 66 69 -
CMYK 0 0.44 0.41 0.54
HSL 356.47º 0.28% 0.36% -
HSV(B) 356.47º 0.44% 0.46% -
XYZ 10.36 8.11 6.65 -
YUV 81.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 117 66 69 0 0.44 0.41 0.54 356.47 0.28 0.36
Hex 75 42 45 0 2C 29 36 164 1C 24
Octal 165 102 105 0 54 51 66 544 34 44
Binary 1110101 1000010 1000101 0 101100 101001 110110 101100100 11100 100100

Color Harmonies of #754245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754245

Black with #754245

Text Example


Text Example

White with #754245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754245; }

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

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

background-color css

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

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

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

border-color css

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

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

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