Html Css Color HEX #767E60 Finch

📋 copy color: '#767E60'

red 118 ◦ green 126 ◦ blue 96

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

Shades of Finch #767E60

Tints of Finch #767E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 34.71%
G = 37.06%
B = 28.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#767E60 (or 0x767E60) is known color: Finch. HEX triplet: 76, 7E and 60. RGB value is (118,126,96). Sum of RGB (Red+Green+Blue) = 118+126+96=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #767E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E60 is #89819F. Grayscale: #787878. Windows color (decimal): -9011616 or 6323830. OLE color: 6323830.

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

Color convert

RGB 118 126 96 -
CMYK 0.06 0 0.24 0.51
HSL 76º 0.14% 0.44% -
HSV(B) 76º 0.24% 0.49% -
XYZ 17.04 19.62 13.95 -
YUV 120.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 118 126 96 0.06 0 0.24 0.51 76 0.14 0.44
Hex 76 7E 60 6 0 18 33 4C E 2C
Octal 166 176 140 6 0 30 63 114 16 54
Binary 1110110 1111110 1100000 110 0 11000 110011 1001100 1110 101100

Color Harmonies of #767E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E60

Black with #767E60

Text Example


Text Example

White with #767E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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