Html Css Color HEX #788150 Finch

📋 copy color: '#788150'

red 120 ◦ green 129 ◦ blue 80

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

Shades of Finch #788150

Tints of Finch #788150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 36.47%
G = 39.21%
B = 24.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#788150 (or 0x788150) is known color: Finch. HEX triplet: 78, 81 and 50. RGB value is (120,129,80). Sum of RGB (Red+Green+Blue) = 120+129+80=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #788150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788150 is #877EAF. Grayscale: #787878. Windows color (decimal): -8879792 or 5276024. OLE color: 5276024.

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

Color convert

RGB 120 129 80 -
CMYK 0.07 0 0.38 0.49
HSL 71.02º 0.23% 0.41% -
HSV(B) 71.02º 0.38% 0.51% -
XYZ 17.04 20.27 10.6 -
YUV 120.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 120 129 80 0.07 0 0.38 0.49 71.02 0.23 0.41
Hex 78 81 50 7 0 26 31 47 17 29
Octal 170 201 120 7 0 46 61 107 27 51
Binary 1111000 10000001 1010000 111 0 100110 110001 1000111 10111 101001

Color Harmonies of #788150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788150

Black with #788150

Text Example


Text Example

White with #788150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788150; }

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

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

background-color css

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

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

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

border-color css

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

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

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