Html Css Color HEX #767E4D Finch

📋 copy color: '#767E4D'

red 118 ◦ green 126 ◦ blue 77

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

Shades of Finch #767E4D

Tints of Finch #767E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 36.76%
G = 39.25%
B = 23.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#767E4D (or 0x767E4D) is known color: Finch. HEX triplet: 76, 7E and 4D. RGB value is (118,126,77). Sum of RGB (Red+Green+Blue) = 118+126+77=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #767E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E4D is #8981B2. Grayscale: #767676. Windows color (decimal): -9011635 or 5078646. OLE color: 5078646.

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

Color convert

RGB 118 126 77 -
CMYK 0.06 0 0.39 0.51
HSL 69.8º 0.24% 0.4% -
HSV(B) 69.8º 0.39% 0.49% -
XYZ 16.27 19.31 9.89 -
YUV 118.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 118 126 77 0.06 0 0.39 0.51 69.8 0.24 0.4
Hex 76 7E 4D 6 0 27 33 46 18 28
Octal 166 176 115 6 0 47 63 106 30 50
Binary 1110110 1111110 1001101 110 0 100111 110011 1000110 11000 101000

Color Harmonies of #767E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E4D

Black with #767E4D

Text Example


Text Example

White with #767E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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