Html Css Color HEX #753A5A Finn

📋 copy color: '#753A5A'

red 117 ◦ green 58 ◦ blue 90

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

Shades of Finn #753A5A

Tints of Finn #753A5A

RGB

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

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

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

R = 44.15%
G = 21.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#753A5A (or 0x753A5A) is known color: Finn. HEX triplet: 75, 3A and 5A. RGB value is (117,58,90). Sum of RGB (Red+Green+Blue) = 117+58+90=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #753A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A5A is #8AC5A5. Grayscale: #4F4F4F. Windows color (decimal): -9094566 or 5913205. OLE color: 5913205.

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

Color convert

RGB 117 58 90 -
CMYK 0 0.50 0.23 0.54
HSL 327.46º 0.34% 0.34% -
HSV(B) 327.46º 0.5% 0.46% -
XYZ 10.69 7.55 10.57 -
YUV 79.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 117 58 90 0 0.50 0.23 0.54 327.46 0.34 0.34
Hex 75 3A 5A 0 32 17 36 147 22 22
Octal 165 72 132 0 62 27 66 507 42 42
Binary 1110101 111010 1011010 0 110010 10111 110110 101000111 100010 100010

Color Harmonies of #753A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A5A

Black with #753A5A

Text Example


Text Example

White with #753A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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