Html Css Color HEX #767C44 Finch

📋 copy color: '#767C44'

red 118 ◦ green 124 ◦ blue 68

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

Shades of Finch #767C44

Tints of Finch #767C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 38.06%
G = 40%
B = 21.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#767C44 (or 0x767C44) is known color: Finch. HEX triplet: 76, 7C and 44. RGB value is (118,124,68). Sum of RGB (Red+Green+Blue) = 118+124+68=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #767C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C44 is #8983BB. Grayscale: #747474. Windows color (decimal): -9012156 or 4488310. OLE color: 4488310.

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

Color convert

RGB 118 124 68 -
CMYK 0.05 0 0.45 0.51
HSL 66.43º 0.29% 0.38% -
HSV(B) 66.43º 0.45% 0.49% -
XYZ 15.72 18.68 8.25 -
YUV 115.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 118 124 68 0.05 0 0.45 0.51 66.43 0.29 0.38
Hex 76 7C 44 5 0 2D 33 42 1D 26
Octal 166 174 104 5 0 55 63 102 35 46
Binary 1110110 1111100 1000100 101 0 101101 110011 1000010 11101 100110

Color Harmonies of #767C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C44

Black with #767C44

Text Example


Text Example

White with #767C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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