Html Css Color HEX #767C41 Finch

📋 copy color: '#767C41'

red 118 ◦ green 124 ◦ blue 65

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

Shades of Finch #767C41

Tints of Finch #767C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 38.44%
G = 40.39%
B = 21.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#767C41 (or 0x767C41) is known color: Finch. HEX triplet: 76, 7C and 41. RGB value is (118,124,65). Sum of RGB (Red+Green+Blue) = 118+124+65=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #767C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767C41 is #8983BE. Grayscale: #737373. Windows color (decimal): -9012159 or 4291702. OLE color: 4291702.

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

Color convert

RGB 118 124 65 -
CMYK 0.05 0 0.48 0.51
HSL 66.1º 0.31% 0.37% -
HSV(B) 66.1º 0.48% 0.49% -
XYZ 15.63 18.65 7.78 -
YUV 115.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 118 124 65 0.05 0 0.48 0.51 66.1 0.31 0.37
Hex 76 7C 41 5 0 30 33 42 1F 25
Octal 166 174 101 5 0 60 63 102 37 45
Binary 1110110 1111100 1000001 101 0 110000 110011 1000010 11111 100101

Color Harmonies of #767C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C41

Black with #767C41

Text Example


Text Example

White with #767C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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