Html Css Color HEX #753D58 Finn

📋 copy color: '#753D58'

red 117 ◦ green 61 ◦ blue 88

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

Shades of Finn #753D58

Tints of Finn #753D58

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

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

R = 43.98%
G = 22.93%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#753D58 (or 0x753D58) is known color: Finn. HEX triplet: 75, 3D and 58. RGB value is (117,61,88). Sum of RGB (Red+Green+Blue) = 117+61+88=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D58 is #8AC2A7. Grayscale: #505050. Windows color (decimal): -9093800 or 5782901. OLE color: 5782901.

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

Color convert

RGB 117 61 88 -
CMYK 0 0.48 0.25 0.54
HSL 331.07º 0.31% 0.35% -
HSV(B) 331.07º 0.48% 0.46% -
XYZ 10.77 7.82 10.18 -
YUV 80.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 117 61 88 0 0.48 0.25 0.54 331.07 0.31 0.35
Hex 75 3D 58 0 30 19 36 14B 1F 23
Octal 165 75 130 0 60 31 66 513 37 43
Binary 1110101 111101 1011000 0 110000 11001 110110 101001011 11111 100011

Color Harmonies of #753D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D58

Black with #753D58

Text Example


Text Example

White with #753D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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