Html Css Color HEX #753E42 Tosca

📋 copy color: '#753E42'

red 117 ◦ green 62 ◦ blue 66

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

Shades of Tosca #753E42

Tints of Tosca #753E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 47.76%
G = 25.31%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753E42 (or 0x753E42) is known color: Tosca. HEX triplet: 75, 3E and 42. RGB value is (117,62,66). Sum of RGB (Red+Green+Blue) = 117+62+66=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #753E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E42 is #8AC1BD. Grayscale: #4E4E4E. Windows color (decimal): -9093566 or 4341365. OLE color: 4341365.

HSL color Cylindrical-coordinate representation of color #753E42: hue angle of 355.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E42 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 66 -
CMYK 0 0.47 0.44 0.54
HSL 355.64º 0.31% 0.35% -
HSV(B) 355.64º 0.47% 0.46% -
XYZ 10.04 7.62 6.1 -
YUV 78.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 117 62 66 0 0.47 0.44 0.54 355.64 0.31 0.35
Hex 75 3E 42 0 2F 2C 36 164 1F 23
Octal 165 76 102 0 57 54 66 544 37 43
Binary 1110101 111110 1000010 0 101111 101100 110110 101100100 11111 100011

Color Harmonies of #753E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E42

Black with #753E42

Text Example


Text Example

White with #753E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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