Html Css Color HEX #754256 Finn

📋 copy color: '#754256'

red 117 ◦ green 66 ◦ blue 86

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

Shades of Finn #754256

Tints of Finn #754256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 43.49%
G = 24.54%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754256 (or 0x754256) is known color: Finn. HEX triplet: 75, 42 and 56. RGB value is (117,66,86). Sum of RGB (Red+Green+Blue) = 117+66+86=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754256 is #8ABDA9. Grayscale: #535353. Windows color (decimal): -9092522 or 5653109. OLE color: 5653109.

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

Color convert

RGB 117 66 86 -
CMYK 0 0.44 0.26 0.54
HSL 336.47º 0.28% 0.36% -
HSV(B) 336.47º 0.44% 0.46% -
XYZ 10.96 8.35 9.84 -
YUV 83.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 117 66 86 0 0.44 0.26 0.54 336.47 0.28 0.36
Hex 75 42 56 0 2C 1A 36 150 1C 24
Octal 165 102 126 0 54 32 66 520 34 44
Binary 1110101 1000010 1010110 0 101100 11010 110110 101010000 11100 100100

Color Harmonies of #754256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754256

Black with #754256

Text Example


Text Example

White with #754256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754256; }

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

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

background-color css

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

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

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

border-color css

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

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

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