Html Css Color HEX #767C4A Finch

📋 copy color: '#767C4A'

red 118 ◦ green 124 ◦ blue 74

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

Shades of Finch #767C4A

Tints of Finch #767C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 37.34%
G = 39.24%
B = 23.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#767C4A (or 0x767C4A) is known color: Finch. HEX triplet: 76, 7C and 4A. RGB value is (118,124,74). Sum of RGB (Red+Green+Blue) = 118+124+74=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #767C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C4A is #8983B5. Grayscale: #747474. Windows color (decimal): -9012150 or 4881526. OLE color: 4881526.

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

Color convert

RGB 118 124 74 -
CMYK 0.05 0 0.40 0.51
HSL 67.2º 0.25% 0.39% -
HSV(B) 67.2º 0.4% 0.49% -
XYZ 15.91 18.76 9.26 -
YUV 116.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 118 124 74 0.05 0 0.40 0.51 67.2 0.25 0.39
Hex 76 7C 4A 5 0 28 33 43 19 27
Octal 166 174 112 5 0 50 63 103 31 47
Binary 1110110 1111100 1001010 101 0 101000 110011 1000011 11001 100111

Color Harmonies of #767C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C4A

Black with #767C4A

Text Example


Text Example

White with #767C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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