Html Css Color HEX #754458 Finn

📋 copy color: '#754458'

red 117 ◦ green 68 ◦ blue 88

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

Shades of Finn #754458

Tints of Finn #754458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 42.86%
G = 24.91%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754458 (or 0x754458) is known color: Finn. HEX triplet: 75, 44 and 58. RGB value is (117,68,88). Sum of RGB (Red+Green+Blue) = 117+68+88=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754458 is #8ABBA7. Grayscale: #545454. Windows color (decimal): -9092008 or 5784693. OLE color: 5784693.

HSL color Cylindrical-coordinate representation of color #754458: hue angle of 335.51º 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 #754458 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 88 -
CMYK 0 0.42 0.25 0.54
HSL 335.51º 0.26% 0.36% -
HSV(B) 335.51º 0.42% 0.46% -
XYZ 11.16 8.62 10.31 -
YUV 84.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 117 68 88 0 0.42 0.25 0.54 335.51 0.26 0.36
Hex 75 44 58 0 2A 19 36 150 1A 24
Octal 165 104 130 0 52 31 66 520 32 44
Binary 1110101 1000100 1011000 0 101010 11001 110110 101010000 11010 100100

Color Harmonies of #754458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754458

Black with #754458

Text Example


Text Example

White with #754458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754458; }

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

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

background-color css

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

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

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

border-color css

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

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

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