Html Css Color HEX #777968 Finch

📋 copy color: '#777968'

red 119 ◦ green 121 ◦ blue 104

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

Shades of Finch #777968

Tints of Finch #777968

RGB

 RED value IS 119 (46.88% from 255) = 34.59%

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

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 34.59%
G = 35.17%
B = 30.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#777968 (or 0x777968) is known color: Finch. HEX triplet: 77, 79 and 68. RGB value is (119,121,104). Sum of RGB (Red+Green+Blue) = 119+121+104=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #777968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777968 is #888697. Grayscale: #767676. Windows color (decimal): -8947352 or 6846839. OLE color: 6846839.

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

Color convert

RGB 119 121 104 -
CMYK 0.02 0 0.14 0.53
HSL 67.06º 0.08% 0.44% -
HSV(B) 67.06º 0.14% 0.47% -
XYZ 16.94 18.6 15.79 -
YUV 118.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 119 121 104 0.02 0 0.14 0.53 67.06 0.08 0.44
Hex 77 79 68 2 0 E 35 43 8 2C
Octal 167 171 150 2 0 16 65 103 10 54
Binary 1110111 1111001 1101000 10 0 1110 110101 1000011 1000 101100

Color Harmonies of #777968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777968

Black with #777968

Text Example


Text Example

White with #777968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777968; }

 p { color: rgb(119,121,104); }

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

background-color css

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

 a { background-color: rgb(119,121,104); }

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

border-color css

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

 span { border-color: rgb(119,121,104); }

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