Html Css Color HEX #753E51 Finn

📋 copy color: '#753E51'

red 117 ◦ green 62 ◦ blue 81

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

Shades of Finn #753E51

Tints of Finn #753E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 45%
G = 23.85%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#753E51 (or 0x753E51) is known color: Finn. HEX triplet: 75, 3E and 51. RGB value is (117,62,81). Sum of RGB (Red+Green+Blue) = 117+62+81=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #753E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E51 is #8AC1AE. Grayscale: #505050. Windows color (decimal): -9093551 or 5324405. OLE color: 5324405.

HSL color Cylindrical-coordinate representation of color #753E51: hue angle of 339.27º 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 #753E51 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 81 -
CMYK 0 0.47 0.31 0.54
HSL 339.27º 0.31% 0.35% -
HSV(B) 339.27º 0.47% 0.46% -
XYZ 10.54 7.82 8.74 -
YUV 80.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 117 62 81 0 0.47 0.31 0.54 339.27 0.31 0.35
Hex 75 3E 51 0 2F 1F 36 153 1F 23
Octal 165 76 121 0 57 37 66 523 37 43
Binary 1110101 111110 1010001 0 101111 11111 110110 101010011 11111 100011

Color Harmonies of #753E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E51

Black with #753E51

Text Example


Text Example

White with #753E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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