Html Css Color HEX #754456 Finn

📋 copy color: '#754456'

red 117 ◦ green 68 ◦ blue 86

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

Shades of Finn #754456

Tints of Finn #754456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 43.17%
G = 25.09%
B = 31.73%

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

#754456 (or 0x754456) is known color: Finn. HEX triplet: 75, 44 and 56. RGB value is (117,68,86). Sum of RGB (Red+Green+Blue) = 117+68+86=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754456 is #8ABBA9. Grayscale: #545454. Windows color (decimal): -9092010 or 5653621. OLE color: 5653621.

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

Color convert

RGB 117 68 86 -
CMYK 0 0.42 0.26 0.54
HSL 337.96º 0.26% 0.36% -
HSV(B) 337.96º 0.42% 0.46% -
XYZ 11.08 8.59 9.88 -
YUV 84.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 117 68 86 0 0.42 0.26 0.54 337.96 0.26 0.36
Hex 75 44 56 0 2A 1A 36 152 1A 24
Octal 165 104 126 0 52 32 66 522 32 44
Binary 1110101 1000100 1010110 0 101010 11010 110110 101010010 11010 100100

Color Harmonies of #754456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754456

Black with #754456

Text Example


Text Example

White with #754456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754456; }

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

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

background-color css

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

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

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

border-color css

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

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

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