Html Css Color HEX #787B50 Finch

📋 copy color: '#787B50'

red 120 ◦ green 123 ◦ blue 80

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

Shades of Finch #787B50

Tints of Finch #787B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

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

R = 37.15%
G = 38.08%
B = 24.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#787B50 (or 0x787B50) is known color: Finch. HEX triplet: 78, 7B and 50. RGB value is (120,123,80). Sum of RGB (Red+Green+Blue) = 120+123+80=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #787B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B50 is #8784AF. Grayscale: #757575. Windows color (decimal): -8881328 or 5274488. OLE color: 5274488.

HSL color Cylindrical-coordinate representation of color #787B50: hue angle of 64.19º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #787B50 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 123 80 -
CMYK 0.02 0 0.35 0.52
HSL 64.19º 0.21% 0.4% -
HSV(B) 64.19º 0.35% 0.48% -
XYZ 16.28 18.74 10.35 -
YUV 117.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 120 123 80 0.02 0 0.35 0.52 64.19 0.21 0.4
Hex 78 7B 50 2 0 23 34 40 15 28
Octal 170 173 120 2 0 43 64 100 25 50
Binary 1111000 1111011 1010000 10 0 100011 110100 1000000 10101 101000

Color Harmonies of #787B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787B50

Black with #787B50

Text Example


Text Example

White with #787B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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