Html Css Color HEX #767C59 Finch

📋 copy color: '#767C59'

red 118 ◦ green 124 ◦ blue 89

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

Shades of Finch #767C59

Tints of Finch #767C59

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 35.65%
G = 37.46%
B = 26.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#767C59 (or 0x767C59) is known color: Finch. HEX triplet: 76, 7C and 59. RGB value is (118,124,89). Sum of RGB (Red+Green+Blue) = 118+124+89=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #767C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C59 is #8983A6. Grayscale: #767676. Windows color (decimal): -9012135 or 5864566. OLE color: 5864566.

HSL color Cylindrical-coordinate representation of color #767C59: hue angle of 70.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767C59 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 89 -
CMYK 0.05 0 0.28 0.51
HSL 70.29º 0.16% 0.42% -
HSV(B) 70.29º 0.28% 0.49% -
XYZ 16.48 18.99 12.25 -
YUV 118.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 118 124 89 0.05 0 0.28 0.51 70.29 0.16 0.42
Hex 76 7C 59 5 0 1C 33 46 10 2A
Octal 166 174 131 5 0 34 63 106 20 52
Binary 1110110 1111100 1011001 101 0 11100 110011 1000110 10000 101010

Color Harmonies of #767C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C59

Black with #767C59

Text Example


Text Example

White with #767C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,89); }

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

background-color css

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

 a { background-color: rgb(118,124,89); }

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

border-color css

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

 span { border-color: rgb(118,124,89); }

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