Html Css Color HEX #767D47 Finch

📋 copy color: '#767D47'

red 118 ◦ green 125 ◦ blue 71

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

Shades of Finch #767D47

Tints of Finch #767D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 37.58%
G = 39.81%
B = 22.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#767D47 (or 0x767D47) is known color: Finch. HEX triplet: 76, 7D and 47. RGB value is (118,125,71). Sum of RGB (Red+Green+Blue) = 118+125+71=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #767D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767D47 is #8982B8. Grayscale: #747474. Windows color (decimal): -9011897 or 4685174. OLE color: 4685174.

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

Color convert

RGB 118 125 71 -
CMYK 0.06 0 0.43 0.51
HSL 67.78º 0.28% 0.38% -
HSV(B) 67.78º 0.43% 0.49% -
XYZ 15.94 18.97 8.78 -
YUV 116.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 118 125 71 0.06 0 0.43 0.51 67.78 0.28 0.38
Hex 76 7D 47 6 0 2B 33 44 1C 26
Octal 166 175 107 6 0 53 63 104 34 46
Binary 1110110 1111101 1000111 110 0 101011 110011 1000100 11100 100110

Color Harmonies of #767D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D47

Black with #767D47

Text Example


Text Example

White with #767D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,125,71); }

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

background-color css

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

 a { background-color: rgb(118,125,71); }

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

border-color css

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

 span { border-color: rgb(118,125,71); }

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