Html Css Color HEX #787965 Finch

📋 copy color: '#787965'

red 120 ◦ green 121 ◦ blue 101

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

Shades of Finch #787965

Tints of Finch #787965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 35.09%
G = 35.38%
B = 29.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#787965 (or 0x787965) is known color: Finch. HEX triplet: 78, 79 and 65. RGB value is (120,121,101). Sum of RGB (Red+Green+Blue) = 120+121+101=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 121 - color contains mainly: green. Hex color #787965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787965 is #87869A. Grayscale: #767676. Windows color (decimal): -8881819 or 6650232. OLE color: 6650232.

HSL color Cylindrical-coordinate representation of color #787965: hue angle of 63º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787965 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 121 101 -
CMYK 0.01 0 0.17 0.53
HSL 63º 0.09% 0.44% -
HSV(B) 63º 0.17% 0.47% -
XYZ 16.93 18.61 15.01 -
YUV 118.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 120 121 101 0.01 0 0.17 0.53 63 0.09 0.44
Hex 78 79 65 1 0 11 35 3F 9 2C
Octal 170 171 145 1 0 21 65 77 11 54
Binary 1111000 1111001 1100101 1 0 10001 110101 111111 1001 101100

Color Harmonies of #787965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787965

Black with #787965

Text Example


Text Example

White with #787965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787965; }

 p { color: rgb(120,121,101); }

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

background-color css

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

 a { background-color: rgb(120,121,101); }

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

border-color css

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

 span { border-color: rgb(120,121,101); }

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