Html Css Color HEX #788062 Finch

📋 copy color: '#788062'

red 120 ◦ green 128 ◦ blue 98

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

Shades of Finch #788062

Tints of Finch #788062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 34.68%
G = 36.99%
B = 28.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#788062 (or 0x788062) is known color: Finch. HEX triplet: 78, 80 and 62. RGB value is (120,128,98). Sum of RGB (Red+Green+Blue) = 120+128+98=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #788062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788062 is #877F9D. Grayscale: #7A7A7A. Windows color (decimal): -8880030 or 6455416. OLE color: 6455416.

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

Color convert

RGB 120 128 98 -
CMYK 0.06 0 0.23 0.50
HSL 76º 0.13% 0.44% -
HSV(B) 76º 0.23% 0.5% -
XYZ 17.67 20.31 14.54 -
YUV 122.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 120 128 98 0.06 0 0.23 0.50 76 0.13 0.44
Hex 78 80 62 6 0 17 32 4C D 2C
Octal 170 200 142 6 0 27 62 114 15 54
Binary 1111000 10000000 1100010 110 0 10111 110010 1001100 1101 101100

Color Harmonies of #788062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788062

Black with #788062

Text Example


Text Example

White with #788062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788062; }

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

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

background-color css

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

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

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

border-color css

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

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

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