Html Css Color HEX #754457 Finn

📋 copy color: '#754457'

red 117 ◦ green 68 ◦ blue 87

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

Shades of Finn #754457

Tints of Finn #754457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 87 (34.38% from 255) = 31.99%

R = 43.01%
G = 25%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754457 (or 0x754457) is known color: Finn. HEX triplet: 75, 44 and 57. RGB value is (117,68,87). Sum of RGB (Red+Green+Blue) = 117+68+87=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754457 is #8ABBA8. Grayscale: #545454. Windows color (decimal): -9092009 or 5719157. OLE color: 5719157.

HSL color Cylindrical-coordinate representation of color #754457: hue angle of 336.73º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754457 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 87 -
CMYK 0 0.42 0.26 0.54
HSL 336.73º 0.26% 0.36% -
HSV(B) 336.73º 0.42% 0.46% -
XYZ 11.12 8.6 10.09 -
YUV 84.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 117 68 87 0 0.42 0.26 0.54 336.73 0.26 0.36
Hex 75 44 57 0 2A 1A 36 151 1A 24
Octal 165 104 127 0 52 32 66 521 32 44
Binary 1110101 1000100 1010111 0 101010 11010 110110 101010001 11010 100100

Color Harmonies of #754457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754457

Black with #754457

Text Example


Text Example

White with #754457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754457; }

 p { color: rgb(117,68,87); }

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

background-color css

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

 a { background-color: rgb(117,68,87); }

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

border-color css

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

 span { border-color: rgb(117,68,87); }

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