Html Css Color HEX #753B55 Finn

📋 copy color: '#753B55'

red 117 ◦ green 59 ◦ blue 85

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

Shades of Finn #753B55

Tints of Finn #753B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 44.83%
G = 22.61%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#753B55 (or 0x753B55) is known color: Finn. HEX triplet: 75, 3B and 55. RGB value is (117,59,85). Sum of RGB (Red+Green+Blue) = 117+59+85=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B55 is #8AC4AA. Grayscale: #4F4F4F. Windows color (decimal): -9094315 or 5585781. OLE color: 5585781.

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

Color convert

RGB 117 59 85 -
CMYK 0 0.50 0.27 0.54
HSL 333.1º 0.33% 0.35% -
HSV(B) 333.1º 0.5% 0.46% -
XYZ 10.54 7.57 9.5 -
YUV 79.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 117 59 85 0 0.50 0.27 0.54 333.1 0.33 0.35
Hex 75 3B 55 0 32 1B 36 14D 21 23
Octal 165 73 125 0 62 33 66 515 41 43
Binary 1110101 111011 1010101 0 110010 11011 110110 101001101 100001 100011

Color Harmonies of #753B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B55

Black with #753B55

Text Example


Text Example

White with #753B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,85); }

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

background-color css

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

 a { background-color: rgb(117,59,85); }

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

border-color css

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

 span { border-color: rgb(117,59,85); }

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