Html Css Color HEX #788044 Finch

📋 copy color: '#788044'

red 120 ◦ green 128 ◦ blue 68

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

Shades of Finch #788044

Tints of Finch #788044

RGB

 RED value IS 120 (47.27% from 255) = 37.97%

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 37.97%
G = 40.51%
B = 21.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#788044 (or 0x788044) is known color: Finch. HEX triplet: 78, 80 and 44. RGB value is (120,128,68). Sum of RGB (Red+Green+Blue) = 120+128+68=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #788044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788044 is #877FBB. Grayscale: #777777. Windows color (decimal): -8880060 or 4489336. OLE color: 4489336.

HSL color Cylindrical-coordinate representation of color #788044: hue angle of 68º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788044 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 128 68 -
CMYK 0.06 0 0.47 0.50
HSL 68º 0.31% 0.38% -
HSV(B) 68º 0.47% 0.5% -
XYZ 16.51 19.85 8.43 -
YUV 118.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 120 128 68 0.06 0 0.47 0.50 68 0.31 0.38
Hex 78 80 44 6 0 2F 32 44 1F 26
Octal 170 200 104 6 0 57 62 104 37 46
Binary 1111000 10000000 1000100 110 0 101111 110010 1000100 11111 100110

Color Harmonies of #788044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788044

Black with #788044

Text Example


Text Example

White with #788044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788044; }

 p { color: rgb(120,128,68); }

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

background-color css

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

 a { background-color: rgb(120,128,68); }

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

border-color css

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

 span { border-color: rgb(120,128,68); }

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