Html Css Color HEX #778550 Finch

📋 copy color: '#778550'

red 119 ◦ green 133 ◦ blue 80

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

Shades of Finch #778550

Tints of Finch #778550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 35.84%
G = 40.06%
B = 24.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#778550 (or 0x778550) is known color: Finch. HEX triplet: 77, 85 and 50. RGB value is (119,133,80). Sum of RGB (Red+Green+Blue) = 119+133+80=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #778550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778550 is #887AAF. Grayscale: #7A7A7A. Windows color (decimal): -8944304 or 5277047. OLE color: 5277047.

HSL color Cylindrical-coordinate representation of color #778550: hue angle of 75.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #778550 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 80 -
CMYK 0.11 0 0.40 0.48
HSL 75.85º 0.25% 0.42% -
HSV(B) 75.85º 0.4% 0.52% -
XYZ 17.44 21.28 10.78 -
YUV 122.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 119 133 80 0.11 0 0.40 0.48 75.85 0.25 0.42
Hex 77 85 50 B 0 28 30 4C 19 2A
Octal 167 205 120 13 0 50 60 114 31 52
Binary 1110111 10000101 1010000 1011 0 101000 110000 1001100 11001 101010

Color Harmonies of #778550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778550

Black with #778550

Text Example


Text Example

White with #778550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778550; }

 p { color: rgb(119,133,80); }

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

background-color css

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

 a { background-color: rgb(119,133,80); }

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

border-color css

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

 span { border-color: rgb(119,133,80); }

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