Html Css Color HEX #754045 Tosca

📋 copy color: '#754045'

red 117 ◦ green 64 ◦ blue 69

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

Shades of Tosca #754045

Tints of Tosca #754045

RGB

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

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

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

R = 46.8%
G = 25.6%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#754045 (or 0x754045) is known color: Tosca. HEX triplet: 75, 40 and 45. RGB value is (117,64,69). Sum of RGB (Red+Green+Blue) = 117+64+69=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754045 is #8ABFBA. Grayscale: #505050. Windows color (decimal): -9093051 or 4538485. OLE color: 4538485.

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

Color convert

RGB 117 64 69 -
CMYK 0 0.45 0.41 0.54
HSL 354.34º 0.29% 0.35% -
HSV(B) 354.34º 0.45% 0.46% -
XYZ 10.24 7.88 6.61 -
YUV 80.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 117 64 69 0 0.45 0.41 0.54 354.34 0.29 0.35
Hex 75 40 45 0 2D 29 36 162 1D 23
Octal 165 100 105 0 55 51 66 542 35 43
Binary 1110101 1000000 1000101 0 101101 101001 110110 101100010 11101 100011

Color Harmonies of #754045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754045

Black with #754045

Text Example


Text Example

White with #754045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754045; }

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

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

background-color css

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

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

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

border-color css

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

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

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