Html Css Color HEX #754856 Finn

📋 copy color: '#754856'

red 117 ◦ green 72 ◦ blue 86

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

Shades of Finn #754856

Tints of Finn #754856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 42.55%
G = 26.18%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754856 (or 0x754856) is known color: Finn. HEX triplet: 75, 48 and 56. RGB value is (117,72,86). Sum of RGB (Red+Green+Blue) = 117+72+86=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754856 is #8AB7A9. Grayscale: #575757. Windows color (decimal): -9090986 or 5654645. OLE color: 5654645.

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

Color convert

RGB 117 72 86 -
CMYK 0 0.38 0.26 0.54
HSL 341.33º 0.24% 0.37% -
HSV(B) 341.33º 0.38% 0.46% -
XYZ 11.33 9.09 9.96 -
YUV 87.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 117 72 86 0 0.38 0.26 0.54 341.33 0.24 0.37
Hex 75 48 56 0 26 1A 36 155 18 25
Octal 165 110 126 0 46 32 66 525 30 45
Binary 1110101 1001000 1010110 0 100110 11010 110110 101010101 11000 100101

Color Harmonies of #754856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754856

Black with #754856

Text Example


Text Example

White with #754856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754856; }

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

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

background-color css

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

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

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

border-color css

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

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

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