Html Css Color HEX #753C3E Tosca

📋 copy color: '#753C3E'

red 117 ◦ green 60 ◦ blue 62

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

Shades of Tosca #753C3E

Tints of Tosca #753C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 48.95%
G = 25.1%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#753C3E (or 0x753C3E) is known color: Tosca. HEX triplet: 75, 3C and 3E. RGB value is (117,60,62). Sum of RGB (Red+Green+Blue) = 117+60+62=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C3E is #8AC3C1. Grayscale: #4D4D4D. Windows color (decimal): -9094082 or 4078709. OLE color: 4078709.

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

Color convert

RGB 117 60 62 -
CMYK 0 0.49 0.47 0.54
HSL 357.89º 0.32% 0.35% -
HSV(B) 357.89º 0.49% 0.46% -
XYZ 9.82 7.36 5.46 -
YUV 77.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 117 60 62 0 0.49 0.47 0.54 357.89 0.32 0.35
Hex 75 3C 3E 0 31 2F 36 166 20 23
Octal 165 74 76 0 61 57 66 546 40 43
Binary 1110101 111100 111110 0 110001 101111 110110 101100110 100000 100011

Color Harmonies of #753C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C3E

Black with #753C3E

Text Example


Text Example

White with #753C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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