Html Css Color HEX #754656 Finn

📋 copy color: '#754656'

red 117 ◦ green 70 ◦ blue 86

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

Shades of Finn #754656

Tints of Finn #754656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

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

R = 42.86%
G = 25.64%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754656 (or 0x754656) is known color: Finn. HEX triplet: 75, 46 and 56. RGB value is (117,70,86). Sum of RGB (Red+Green+Blue) = 117+70+86=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #754656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754656 is #8AB9A9. Grayscale: #555555. Windows color (decimal): -9091498 or 5654133. OLE color: 5654133.

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

Color convert

RGB 117 70 86 -
CMYK 0 0.40 0.26 0.54
HSL 339.57º 0.25% 0.37% -
HSV(B) 339.57º 0.4% 0.46% -
XYZ 11.21 8.83 9.92 -
YUV 85.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 117 70 86 0 0.40 0.26 0.54 339.57 0.25 0.37
Hex 75 46 56 0 28 1A 36 154 19 25
Octal 165 106 126 0 50 32 66 524 31 45
Binary 1110101 1000110 1010110 0 101000 11010 110110 101010100 11001 100101

Color Harmonies of #754656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754656

Black with #754656

Text Example


Text Example

White with #754656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754656; }

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

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

background-color css

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

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

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

border-color css

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

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

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