Html Css Color HEX #774255 Finn

📋 copy color: '#774255'

red 119 ◦ green 66 ◦ blue 85

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

Shades of Finn #774255

Tints of Finn #774255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 44.07%
G = 24.44%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774255 (or 0x774255) is known color: Finn. HEX triplet: 77, 42 and 55. RGB value is (119,66,85). Sum of RGB (Red+Green+Blue) = 119+66+85=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774255 is #88BDAA. Grayscale: #535353. Windows color (decimal): -8961451 or 5587575. OLE color: 5587575.

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

Color convert

RGB 119 66 85 -
CMYK 0 0.45 0.29 0.53
HSL 338.49º 0.29% 0.36% -
HSV(B) 338.49º 0.45% 0.47% -
XYZ 11.2 8.47 9.64 -
YUV 84.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 119 66 85 0 0.45 0.29 0.53 338.49 0.29 0.36
Hex 77 42 55 0 2D 1D 35 152 1D 24
Octal 167 102 125 0 55 35 65 522 35 44
Binary 1110111 1000010 1010101 0 101101 11101 110101 101010010 11101 100100

Color Harmonies of #774255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774255

Black with #774255

Text Example


Text Example

White with #774255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774255; }

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

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

background-color css

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

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

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

border-color css

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

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

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