Html Css Color HEX #767E62 Finch

📋 copy color: '#767E62'

red 118 ◦ green 126 ◦ blue 98

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

Shades of Finch #767E62

Tints of Finch #767E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 34.5%
G = 36.84%
B = 28.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#767E62 (or 0x767E62) is known color: Finch. HEX triplet: 76, 7E and 62. RGB value is (118,126,98). Sum of RGB (Red+Green+Blue) = 118+126+98=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #767E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E62 is #89819D. Grayscale: #787878. Windows color (decimal): -9011614 or 6454902. OLE color: 6454902.

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

Color convert

RGB 118 126 98 -
CMYK 0.06 0 0.22 0.51
HSL 77.14º 0.13% 0.44% -
HSV(B) 77.14º 0.22% 0.49% -
XYZ 17.14 19.66 14.45 -
YUV 120.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 118 126 98 0.06 0 0.22 0.51 77.14 0.13 0.44
Hex 76 7E 62 6 0 16 33 4D C 2C
Octal 166 176 142 6 0 26 63 115 14 54
Binary 1110110 1111110 1100010 110 0 10110 110011 1001101 1100 101100

Color Harmonies of #767E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E62

Black with #767E62

Text Example


Text Example

White with #767E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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