Html Css Color HEX #774256 Finn

📋 copy color: '#774256'

red 119 ◦ green 66 ◦ blue 86

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

Shades of Finn #774256

Tints of Finn #774256

RGB

 RED value IS 119 (46.88% from 255) = 43.91%

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

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

R = 43.91%
G = 24.35%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#774256 (or 0x774256) is known color: Finn. HEX triplet: 77, 42 and 56. RGB value is (119,66,86). Sum of RGB (Red+Green+Blue) = 119+66+86=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774256 is #88BDA9. Grayscale: #545454. Windows color (decimal): -8961450 or 5653111. OLE color: 5653111.

HSL color Cylindrical-coordinate representation of color #774256: hue angle of 337.36º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774256 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 86 -
CMYK 0 0.45 0.28 0.53
HSL 337.36º 0.29% 0.36% -
HSV(B) 337.36º 0.45% 0.47% -
XYZ 11.24 8.49 9.85 -
YUV 84.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 119 66 86 0 0.45 0.28 0.53 337.36 0.29 0.36
Hex 77 42 56 0 2D 1C 35 151 1D 24
Octal 167 102 126 0 55 34 65 521 35 44
Binary 1110111 1000010 1010110 0 101101 11100 110101 101010001 11101 100100

Color Harmonies of #774256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774256

Black with #774256

Text Example


Text Example

White with #774256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774256; }

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

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

background-color css

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

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

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

border-color css

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

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

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