Html Css Color HEX #753A57 Finn

📋 copy color: '#753A57'

red 117 ◦ green 58 ◦ blue 87

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

Shades of Finn #753A57

Tints of Finn #753A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 87 (34.38% from 255) = 33.21%

R = 44.66%
G = 22.14%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#753A57 (or 0x753A57) is known color: Finn. HEX triplet: 75, 3A and 57. RGB value is (117,58,87). Sum of RGB (Red+Green+Blue) = 117+58+87=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A57 is #8AC5A8. Grayscale: #4E4E4E. Windows color (decimal): -9094569 or 5716597. OLE color: 5716597.

HSL color Cylindrical-coordinate representation of color #753A57: hue angle of 330.51º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A57 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 87 -
CMYK 0 0.50 0.26 0.54
HSL 330.51º 0.34% 0.34% -
HSV(B) 330.51º 0.5% 0.46% -
XYZ 10.57 7.5 9.91 -
YUV 78.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 117 58 87 0 0.50 0.26 0.54 330.51 0.34 0.34
Hex 75 3A 57 0 32 1A 36 14B 22 22
Octal 165 72 127 0 62 32 66 513 42 42
Binary 1110101 111010 1010111 0 110010 11010 110110 101001011 100010 100010

Color Harmonies of #753A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A57

Black with #753A57

Text Example


Text Example

White with #753A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,87); }

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

background-color css

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

 a { background-color: rgb(117,58,87); }

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

border-color css

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

 span { border-color: rgb(117,58,87); }

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