Html Css Color HEX #767947 Finch

📋 copy color: '#767947'

red 118 ◦ green 121 ◦ blue 71

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

Shades of Finch #767947

Tints of Finch #767947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.03%

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

R = 38.06%
G = 39.03%
B = 22.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#767947 (or 0x767947) is known color: Finch. HEX triplet: 76, 79 and 47. RGB value is (118,121,71). Sum of RGB (Red+Green+Blue) = 118+121+71=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #767947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767947 is #8986B8. Grayscale: #727272. Windows color (decimal): -9012921 or 4684150. OLE color: 4684150.

HSL color Cylindrical-coordinate representation of color #767947: hue angle of 63.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #767947 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 71 -
CMYK 0.02 0 0.41 0.53
HSL 63.6º 0.26% 0.38% -
HSV(B) 63.6º 0.41% 0.47% -
XYZ 15.45 17.98 8.62 -
YUV 114.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 118 121 71 0.02 0 0.41 0.53 63.6 0.26 0.38
Hex 76 79 47 2 0 29 35 40 1A 26
Octal 166 171 107 2 0 51 65 100 32 46
Binary 1110110 1111001 1000111 10 0 101001 110101 1000000 11010 100110

Color Harmonies of #767947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767947

Black with #767947

Text Example


Text Example

White with #767947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767947; }

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

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

background-color css

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

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

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

border-color css

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

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

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