Html Css Color HEX #753F57 Finn

📋 copy color: '#753F57'

red 117 ◦ green 63 ◦ blue 87

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

Shades of Finn #753F57

Tints of Finn #753F57

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 43.82%
G = 23.6%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#753F57 (or 0x753F57) is known color: Finn. HEX triplet: 75, 3F and 57. RGB value is (117,63,87). Sum of RGB (Red+Green+Blue) = 117+63+87=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F57 is #8AC0A8. Grayscale: #515151. Windows color (decimal): -9093289 or 5717877. OLE color: 5717877.

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

Color convert

RGB 117 63 87 -
CMYK 0 0.46 0.26 0.54
HSL 333.33º 0.3% 0.35% -
HSV(B) 333.33º 0.46% 0.46% -
XYZ 10.83 8.03 9.99 -
YUV 81.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 117 63 87 0 0.46 0.26 0.54 333.33 0.3 0.35
Hex 75 3F 57 0 2E 1A 36 14D 1E 23
Octal 165 77 127 0 56 32 66 515 36 43
Binary 1110101 111111 1010111 0 101110 11010 110110 101001101 11110 100011

Color Harmonies of #753F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F57

Black with #753F57

Text Example


Text Example

White with #753F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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