Html Css Color HEX #753A58 Finn

📋 copy color: '#753A58'

red 117 ◦ green 58 ◦ blue 88

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

Shades of Finn #753A58

Tints of Finn #753A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 44.49%
G = 22.05%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#753A58 (or 0x753A58) is known color: Finn. HEX triplet: 75, 3A and 58. RGB value is (117,58,88). Sum of RGB (Red+Green+Blue) = 117+58+88=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #753A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A58 is #8AC5A7. Grayscale: #4F4F4F. Windows color (decimal): -9094568 or 5782133. OLE color: 5782133.

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

Color convert

RGB 117 58 88 -
CMYK 0 0.50 0.25 0.54
HSL 329.49º 0.34% 0.34% -
HSV(B) 329.49º 0.5% 0.46% -
XYZ 10.61 7.51 10.12 -
YUV 79.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 117 58 88 0 0.50 0.25 0.54 329.49 0.34 0.34
Hex 75 3A 58 0 32 19 36 149 22 22
Octal 165 72 130 0 62 31 66 511 42 42
Binary 1110101 111010 1011000 0 110010 11001 110110 101001001 100010 100010

Color Harmonies of #753A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A58

Black with #753A58

Text Example


Text Example

White with #753A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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