Html Css Color HEX #767C5D Finch

📋 copy color: '#767C5D'

red 118 ◦ green 124 ◦ blue 93

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

Shades of Finch #767C5D

Tints of Finch #767C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 35.22%
G = 37.01%
B = 27.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#767C5D (or 0x767C5D) is known color: Finch. HEX triplet: 76, 7C and 5D. RGB value is (118,124,93). Sum of RGB (Red+Green+Blue) = 118+124+93=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #767C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C5D is #8983A2. Grayscale: #767676. Windows color (decimal): -9012131 or 6126710. OLE color: 6126710.

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

Color convert

RGB 118 124 93 -
CMYK 0.05 0 0.25 0.51
HSL 71.61º 0.14% 0.43% -
HSV(B) 71.61º 0.25% 0.49% -
XYZ 16.65 19.06 13.16 -
YUV 118.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 118 124 93 0.05 0 0.25 0.51 71.61 0.14 0.43
Hex 76 7C 5D 5 0 19 33 48 E 2B
Octal 166 174 135 5 0 31 63 110 16 53
Binary 1110110 1111100 1011101 101 0 11001 110011 1001000 1110 101011

Color Harmonies of #767C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C5D

Black with #767C5D

Text Example


Text Example

White with #767C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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