Html Css Color HEX #754058 Finn

📋 copy color: '#754058'

red 117 ◦ green 64 ◦ blue 88

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

Shades of Finn #754058

Tints of Finn #754058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 43.49%
G = 23.79%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754058 (or 0x754058) is known color: Finn. HEX triplet: 75, 40 and 58. RGB value is (117,64,88). Sum of RGB (Red+Green+Blue) = 117+64+88=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754058 is #8ABFA7. Grayscale: #525252. Windows color (decimal): -9093032 or 5783669. OLE color: 5783669.

HSL color Cylindrical-coordinate representation of color #754058: hue angle of 332.83º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754058 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 88 -
CMYK 0 0.45 0.25 0.54
HSL 332.83º 0.29% 0.35% -
HSV(B) 332.83º 0.45% 0.46% -
XYZ 10.93 8.15 10.23 -
YUV 82.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 117 64 88 0 0.45 0.25 0.54 332.83 0.29 0.35
Hex 75 40 58 0 2D 19 36 14D 1D 23
Octal 165 100 130 0 55 31 66 515 35 43
Binary 1110101 1000000 1011000 0 101101 11001 110110 101001101 11101 100011

Color Harmonies of #754058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754058

Black with #754058

Text Example


Text Example

White with #754058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754058; }

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

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

background-color css

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

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

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

border-color css

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

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

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