Html Css Color HEX #753B5C Finn

📋 copy color: '#753B5C'

red 117 ◦ green 59 ◦ blue 92

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

Shades of Finn #753B5C

Tints of Finn #753B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 43.66%
G = 22.01%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#753B5C (or 0x753B5C) is known color: Finn. HEX triplet: 75, 3B and 5C. RGB value is (117,59,92). Sum of RGB (Red+Green+Blue) = 117+59+92=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5C is #8AC4A3. Grayscale: #505050. Windows color (decimal): -9094308 or 6044533. OLE color: 6044533.

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

Color convert

RGB 117 59 92 -
CMYK 0 0.50 0.21 0.54
HSL 325.86º 0.33% 0.35% -
HSV(B) 325.86º 0.5% 0.46% -
XYZ 10.83 7.68 11.04 -
YUV 80.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 117 59 92 0 0.50 0.21 0.54 325.86 0.33 0.35
Hex 75 3B 5C 0 32 15 36 146 21 23
Octal 165 73 134 0 62 25 66 506 41 43
Binary 1110101 111011 1011100 0 110010 10101 110110 101000110 100001 100011

Color Harmonies of #753B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B5C

Black with #753B5C

Text Example


Text Example

White with #753B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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