Html Css Color HEX #754056 Finn

📋 copy color: '#754056'

red 117 ◦ green 64 ◦ blue 86

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

Shades of Finn #754056

Tints of Finn #754056

RGB

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

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

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

R = 43.82%
G = 23.97%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754056 (or 0x754056) is known color: Finn. HEX triplet: 75, 40 and 56. RGB value is (117,64,86). Sum of RGB (Red+Green+Blue) = 117+64+86=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754056 is #8ABFA9. Grayscale: #525252. Windows color (decimal): -9093034 or 5652597. OLE color: 5652597.

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

Color convert

RGB 117 64 86 -
CMYK 0 0.45 0.26 0.54
HSL 335.09º 0.29% 0.35% -
HSV(B) 335.09º 0.45% 0.46% -
XYZ 10.85 8.12 9.8 -
YUV 82.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 117 64 86 0 0.45 0.26 0.54 335.09 0.29 0.35
Hex 75 40 56 0 2D 1A 36 14F 1D 23
Octal 165 100 126 0 55 32 66 517 35 43
Binary 1110101 1000000 1010110 0 101101 11010 110110 101001111 11101 100011

Color Harmonies of #754056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754056

Black with #754056

Text Example


Text Example

White with #754056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754056; }

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

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

background-color css

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

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

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

border-color css

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

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

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