Html Css Color HEX #787F50 Finch

📋 copy color: '#787F50'

red 120 ◦ green 127 ◦ blue 80

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

Shades of Finch #787F50

Tints of Finch #787F50

RGB

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

 GREEN value IS 127 (50% from 255) = 38.84%

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

R = 36.7%
G = 38.84%
B = 24.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#787F50 (or 0x787F50) is known color: Finch. HEX triplet: 78, 7F and 50. RGB value is (120,127,80). Sum of RGB (Red+Green+Blue) = 120+127+80=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 127 - color contains mainly: green. Hex color #787F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787F50 is #8780AF. Grayscale: #777777. Windows color (decimal): -8880304 or 5275512. OLE color: 5275512.

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

Color convert

RGB 120 127 80 -
CMYK 0.06 0 0.37 0.50
HSL 68.94º 0.23% 0.41% -
HSV(B) 68.94º 0.37% 0.5% -
XYZ 16.78 19.75 10.52 -
YUV 119.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 120 127 80 0.06 0 0.37 0.50 68.94 0.23 0.41
Hex 78 7F 50 6 0 25 32 45 17 29
Octal 170 177 120 6 0 45 62 105 27 51
Binary 1111000 1111111 1010000 110 0 100101 110010 1000101 10111 101001

Color Harmonies of #787F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787F50

Black with #787F50

Text Example


Text Example

White with #787F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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