Html Css Color HEX #753C5A Finn

📋 copy color: '#753C5A'

red 117 ◦ green 60 ◦ blue 90

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

Shades of Finn #753C5A

Tints of Finn #753C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 43.82%
G = 22.47%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#753C5A (or 0x753C5A) is known color: Finn. HEX triplet: 75, 3C and 5A. RGB value is (117,60,90). Sum of RGB (Red+Green+Blue) = 117+60+90=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C5A is #8AC3A5. Grayscale: #505050. Windows color (decimal): -9094054 or 5913717. OLE color: 5913717.

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

Color convert

RGB 117 60 90 -
CMYK 0 0.49 0.23 0.54
HSL 328.42º 0.32% 0.35% -
HSV(B) 328.42º 0.49% 0.46% -
XYZ 10.8 7.75 10.6 -
YUV 80.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 117 60 90 0 0.49 0.23 0.54 328.42 0.32 0.35
Hex 75 3C 5A 0 31 17 36 148 20 23
Octal 165 74 132 0 61 27 66 510 40 43
Binary 1110101 111100 1011010 0 110001 10111 110110 101001000 100000 100011

Color Harmonies of #753C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C5A

Black with #753C5A

Text Example


Text Example

White with #753C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,60,90); }

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

background-color css

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

 a { background-color: rgb(117,60,90); }

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

border-color css

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

 span { border-color: rgb(117,60,90); }

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