Html Css Color HEX #753E53 Finn

📋 copy color: '#753E53'

red 117 ◦ green 62 ◦ blue 83

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

Shades of Finn #753E53

Tints of Finn #753E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 44.66%
G = 23.66%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#753E53 (or 0x753E53) is known color: Finn. HEX triplet: 75, 3E and 53. RGB value is (117,62,83). Sum of RGB (Red+Green+Blue) = 117+62+83=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E53 is #8AC1AC. Grayscale: #505050. Windows color (decimal): -9093549 or 5455477. OLE color: 5455477.

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

Color convert

RGB 117 62 83 -
CMYK 0 0.47 0.29 0.54
HSL 337.09º 0.31% 0.35% -
HSV(B) 337.09º 0.47% 0.46% -
XYZ 10.62 7.85 9.14 -
YUV 80.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 117 62 83 0 0.47 0.29 0.54 337.09 0.31 0.35
Hex 75 3E 53 0 2F 1D 36 151 1F 23
Octal 165 76 123 0 57 35 66 521 37 43
Binary 1110101 111110 1010011 0 101111 11101 110110 101010001 11111 100011

Color Harmonies of #753E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E53

Black with #753E53

Text Example


Text Example

White with #753E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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