Html Css Color HEX #767E61 Finch

📋 copy color: '#767E61'

red 118 ◦ green 126 ◦ blue 97

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

Shades of Finch #767E61

Tints of Finch #767E61

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 34.6%
G = 36.95%
B = 28.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#767E61 (or 0x767E61) is known color: Finch. HEX triplet: 76, 7E and 61. RGB value is (118,126,97). Sum of RGB (Red+Green+Blue) = 118+126+97=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 126 - color contains mainly: green. Hex color #767E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E61 is #89819E. Grayscale: #787878. Windows color (decimal): -9011615 or 6389366. OLE color: 6389366.

HSL color Cylindrical-coordinate representation of color #767E61: hue angle of 76.55º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767E61 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 126 97 -
CMYK 0.06 0 0.23 0.51
HSL 76.55º 0.13% 0.44% -
HSV(B) 76.55º 0.23% 0.49% -
XYZ 17.09 19.64 14.2 -
YUV 120.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 118 126 97 0.06 0 0.23 0.51 76.55 0.13 0.44
Hex 76 7E 61 6 0 17 33 4D D 2C
Octal 166 176 141 6 0 27 63 115 15 54
Binary 1110110 1111110 1100001 110 0 10111 110011 1001101 1101 101100

Color Harmonies of #767E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E61

Black with #767E61

Text Example


Text Example

White with #767E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E61; }

 p { color: rgb(118,126,97); }

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

background-color css

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

 a { background-color: rgb(118,126,97); }

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

border-color css

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

 span { border-color: rgb(118,126,97); }

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