Html Css Color HEX #788350 Finch

📋 copy color: '#788350'

red 120 ◦ green 131 ◦ blue 80

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

Shades of Finch #788350

Tints of Finch #788350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 36.25%
G = 39.58%
B = 24.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#788350 (or 0x788350) is known color: Finch. HEX triplet: 78, 83 and 50. RGB value is (120,131,80). Sum of RGB (Red+Green+Blue) = 120+131+80=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #788350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788350 is #877CAF. Grayscale: #7A7A7A. Windows color (decimal): -8879280 or 5276536. OLE color: 5276536.

HSL color Cylindrical-coordinate representation of color #788350: hue angle of 72.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #788350 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 131 80 -
CMYK 0.08 0 0.39 0.49
HSL 72.94º 0.24% 0.41% -
HSV(B) 72.94º 0.39% 0.51% -
XYZ 17.31 20.8 10.69 -
YUV 121.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 120 131 80 0.08 0 0.39 0.49 72.94 0.24 0.41
Hex 78 83 50 8 0 27 31 49 18 29
Octal 170 203 120 10 0 47 61 111 30 51
Binary 1111000 10000011 1010000 1000 0 100111 110001 1001001 11000 101001

Color Harmonies of #788350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788350

Black with #788350

Text Example


Text Example

White with #788350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788350; }

 p { color: rgb(120,131,80); }

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

background-color css

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

 a { background-color: rgb(120,131,80); }

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

border-color css

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

 span { border-color: rgb(120,131,80); }

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